]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/ethloadsend.sh
Small fixes in graphs
[can-benchmark.git] / tests / ethloadsend.sh
index 8a9fc166876f68f3f12bfef87400355cc336d3c1..9ba99a81a35def7f990ab3eca09785d78243d823 100755 (executable)
@@ -13,13 +13,13 @@ t() {
 
 
 
-PLOT_CMD='
+p() { cat <<EOF
 set title "Round-trip time with send ethernet load"
 set logscale y
 set grid
-set xlabel "Time [{/Symbol m}s]"
+set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
 plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\
           "lincan-1000.dat" with lp title "Lincan"
-'
-
+EOF
+}