]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/mod.sh
Update graph axis labels
[can-benchmark.git] / gw-tests / mod.sh
index 7d372ae72add3ba988531145a712614d14b40df0..2aa64417b21bb4b6da59a4771e69ff5ddf906bbe 100755 (executable)
@@ -49,13 +49,13 @@ plot_cmds() {
     else
        range=0.01:10
        echo "set logscale xy"
-       echo "set xlabel 'Time [ms]'"
+       echo "set xlabel 'GW latency [ms]'"
        using=""
     fi
     cat <<EOF
 set title "Single GW rule for all messages with modifications, 8 byte messages"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
-set ylabel "Latency profile [messages]"
+set ylabel "Latency profile [frames]"
 plot [$range] [1:$COUNT] \\
           "nop-hist.txt" $using with lp lt 1 title "No modifications", \\
           "mod-hist.txt" $using with lp lt 2 title "Two modifications", \\