]> 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 4652b92002e5edf77b22a43e2fd4afbce2bce6a8..a5b86790bbfa37857ed5ba0dc45b7ea3a923c2d2 100755 (executable)
@@ -47,7 +47,7 @@ plot_cmds() {
        echo "set xlabel 'Time [{/Symbol m}s]'"
        using="using (\$1*1000):2"
     else
-       range=0.0:100
+       range=0.01:10
        echo "set logscale xy"
        echo "set xlabel 'Time [ms]'"
        using=""