From: Michal Sojka Date: Wed, 1 Dec 2010 14:45:29 +0000 (+0100) Subject: Setup fixed x-axis range X-Git-Tag: fix-allnoconfig~283 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/f874f183c50e50024815ac2b9b89e80bc5b7815f Setup fixed x-axis range --- diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index 3edcbfe..8abf53d 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -43,7 +43,7 @@ set logscale y set grid set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" -plot [0:] [1:$COUNT] \ +plot [0:600] [1:$COUNT] \ "hist.dat" with lp lt 1 title "No modifications", \ "hist-mod.dat" with lp lt 2 title "Two modifications", \ "hist-mod2.dat" with lp lt 3 title "Four modifications", \ diff --git a/gw-tests/nop.sh b/gw-tests/nop.sh index 72d87c7..e646518 100755 --- a/gw-tests/nop.sh +++ b/gw-tests/nop.sh @@ -17,7 +17,7 @@ set logscale y set grid set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" -plot [0:] [1:$COUNT] \ +plot [0:600] [1:$COUNT] \ "hist2.dat" with lp lt 1 title "2 byte messages", \ "hist4.dat" with lp lt 2 title "4 byte messages", \ "hist6.dat" with lp lt 3 title "6 byte messages", \