]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/gw-nop.sh
latester update
[can-benchmark.git] / gw-tests / gw-nop.sh
index 4f9dafb58aa14b1c45934c57dc18bae8d19cd4f0..69b328df95b273c79dc1123802f52fe9a71f47a9 100755 (executable)
@@ -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
 }