summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2013-02-02 03:50:19 +0100
committerJan Klemkow <j.klemkow@wemelug.de>2013-02-02 03:50:19 +0100
commit5ad7a27486093f375979ad21c90184688b811f5b (patch)
tree1d85ac7f65347553fe3783ee1a95a200d16e36dc
parent170ed3e19bb892d8c5a5e758d7e45789c7c22757 (diff)
downloadadvtime-5ad7a27486093f375979ad21c90184688b811f5b.tar.gz
advtime-5ad7a27486093f375979ad21c90184688b811f5b.tar.bz2
advtime-5ad7a27486093f375979ad21c90184688b811f5b.zip
add findcut graph plotting for documentation
-rw-r--r--src/draw.plot3
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]