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