X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/43d1fc38b83d1aadfd22263a5930caaf8e0c584c..0067509575642daf871e95388be79ae95ad33d70:/gw-tests/pc.sh diff --git a/gw-tests/pc.sh b/gw-tests/pc.sh index 11b8d3b..477b13c 100755 --- a/gw-tests/pc.sh +++ b/gw-tests/pc.sh @@ -14,9 +14,9 @@ plot_cmds() { set title "No GW, two interfaces in PC" set logscale y set grid -set xlabel "Time [{/Symbol m}s]" +set xlabel "Time [ms]" 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", \