]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filter-sff.sh
Make colors for user graph work for both pdf and png
[can-benchmark.git] / gw-tests / filter-sff.sh
index 15ac60088d0bc86eec7bdbacd65f18ca5177c6ff..53e98347aaaf5adc98b908aeb48b9790c72c296d 100755 (executable)
@@ -18,14 +18,14 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=0.05:0.3
+       range=0.0:0.3
        echo "set logscale y"
     else
-       range=0.05:100
+       range=0.01:100
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "2048 GW jobs (one per id, mask C00007FF), no modifications"
+set title "2048 GW rules (one per id, mask C00007FF), no modifications"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"