diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/draw.plot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw.plot b/src/draw.plot index 6421aeb..06e521c 100644 --- a/src/draw.plot +++ b/src/draw.plot @@ -16,7 +16,7 @@ plot 'data.txt' using ($1 / 1000):3 with lines lt rgb "#a40000" title "diff", # draw overlaping graph set xrange [0:60] -set output "../doc/overlap.svg"; +set output "../doc/image/overlap.svg"; plot 'overlap.txt' using ($1 / 1000):2 with lines lt rgb "#204a87" title "diff" # vim: set syntax=gnuplot : |