diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/draw.plot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/draw.plot b/src/draw.plot index b6428c4..d3a3059 100644 --- a/src/draw.plot +++ b/src/draw.plot @@ -15,6 +15,9 @@ set output "../doc/image/cuts_diff.svg"; plot 'data.txt' using ($1 / 1000):3 with lines lt rgb "#a40000" title "diff", \ 'data.txt' using ($1 / 1000):4 with lines lt rgb "#4e9a06" title "rise"; +set output "../doc/image/findcut.svg"; +plot 'findcut.txt' using ($1 / 1000):2 with lines lt rgb "#a40000" title "diff" + # draw overlaping graph set xrange [0:60] |