From 5ad7a27486093f375979ad21c90184688b811f5b Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Sat, 2 Feb 2013 03:50:19 +0100 Subject: add findcut graph plotting for documentation --- src/draw.plot | 3 +++ 1 file changed, 3 insertions(+) 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] -- cgit