X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/839937d2c18ad240ff87ba33d6ce144d5d8793a0..ed7437394c83680d71174453c41ce1ffbc4dace1:/gw-tests/nop.sh diff --git a/gw-tests/nop.sh b/gw-tests/nop.sh index 341124f..b6e8109 100755 --- a/gw-tests/nop.sh +++ b/gw-tests/nop.sh @@ -17,7 +17,7 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:600] [1:$COUNT] \ +plot [0:1] [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", \