]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/mod.sh
Update ranges of graphs - to take into account substraction of tx time
[can-benchmark.git] / gw-tests / mod.sh
index a1f68fac020bcc796db5333fde0c991f38864b50..a5b86790bbfa37857ed5ba0dc45b7ea3a923c2d2 100755 (executable)
@@ -41,13 +41,13 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=140:200
+       range=0:200
        echo "set logscale y"
        echo "set key left bottom reverse Left"
        echo "set xlabel 'Time [{/Symbol m}s]'"
        using="using (\$1*1000):2"
     else
-       range=0.05:100
+       range=0.01:10
        echo "set logscale xy"
        echo "set xlabel 'Time [ms]'"
        using=""