X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/119d82ff6134622d288d16b507b3a314d8508aea..674c0ded83b6568e54048a405e5c9876702090e8:/gw-tests/gw-nop.sh diff --git a/gw-tests/gw-nop.sh b/gw-tests/gw-nop.sh index 4f9dafb..69b328d 100755 --- a/gw-tests/gw-nop.sh +++ b/gw-tests/gw-nop.sh @@ -13,9 +13,9 @@ plot_cmds() { set title "$gw" set logscale y set grid -set xlabel "Time [ms]" +set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" -plot [0:] \ +plot [0:1000] [1:$COUNT] \ "hist.dat" with lp lt 1 title "" EOF }