X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/309795bbe136ef61daeffe54f677326bcff31941..a86ec90428630ee3c3d1bb55ad1d697344ae0d78:/gw-tests/pc.sh diff --git a/gw-tests/pc.sh b/gw-tests/pc.sh index 11b8d3b..fa511d8 100755 --- a/gw-tests/pc.sh +++ b/gw-tests/pc.sh @@ -16,7 +16,7 @@ set logscale y set grid set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" -plot [0:600] [1:$COUNT] \ +plot [0:] [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", \