]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/rtt.sh
Minor fixes
[can-benchmark.git] / tests / rtt.sh
index 757ff45815e5d0c4f9a89a796f64c29a347cf093..f0ce6673a2c28fb93a9cb28e41ce0ae1d2a1c08f 100755 (executable)
@@ -17,12 +17,12 @@ set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
 plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\
-          "lincan-1000.dat" with lp title "Lincan"
+              "lincan-1000.dat" with lp title "Lincan"
 '
 
 PLOT_CMD[1]='
 set title "Round-trip time history"
-set logscale xy
+set logscale y
 set grid
 set xlabel "Ping number"
 set ylabel "Round-trip time [{/Symbol m}s]"