From 2e2b11ffd7061b4775705348621b201b9ba1bc93 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Fri, 1 Feb 2013 16:05:48 +0100 Subject: plot: fix file path --- src/draw.plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : -- cgit