From: Michal Sojka Date: Fri, 10 Dec 2010 15:33:12 +0000 (+0100) Subject: pc: set automatic range X-Git-Tag: fix-allnoconfig~233^2~3 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/a86ec90428630ee3c3d1bb55ad1d697344ae0d78?ds=sidebyside pc: set automatic range --- diff --git a/gw-tests/pc.sh b/gw-tests/pc.sh index 11b8d3b..fa511d8 100755 --- a/gw-tests/pc.sh +++ b/gw-tests/pc.sh @@ -16,7 +16,7 @@ set logscale y set grid set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" -plot [0:600] [1:$COUNT] \ +plot [0:] [1:$COUNT] \ "len2-hist.txt" with lp lt 1 title "2 byte messages", \ "len4-hist.txt" with lp lt 2 title "4 byte messages", \ "len6-hist.txt" with lp lt 3 title "6 byte messages", \