X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/f3dfd7630fd157ac5ee493508f3619f9ba97e4bb..f874f183c50e50024815ac2b9b89e80bc5b7815f:/gw-tests/mod.sh 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", \