]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filter-time.sh
Update graph axis labels
[can-benchmark.git] / gw-tests / filter-time.sh
index f338ab85408ebfb462101b3a1d8fec6c14968562..865e1cc9f880c9a2630e725203caebfe993209a7 100755 (executable)
@@ -14,16 +14,16 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=0.36:0.8
+       range=0:0.6
     else
-       range=0.05:100
+       range=0.01:100
        echo "set logscale y"
     fi
     min=$(head -n 1 id-0-msgs.txt | awk '{ print $2 }')
     cat <<EOF
 set title "2048 GW rules (one per id, mask 0x7FF), no modifications"
 set grid xtics ytics mytics lw 1, lw 0.5
-set xlabel "Time [s]"
+set xlabel "Experiment time [s]"
 set ylabel "Latency [ms]"
 plot [:] [$range] \\
 EOF