X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/0facbaa1d87d74135e8af6008b26f3e03ed8b386..19359cd66ecd54ece07987f80b98ab5f12a5e82d:/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", \