X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/649e797da150105d81f2bd2affcbfc604de28f9b..9b45ba73353ebf67b1c9583cea7e57e6b32dd29a:/gw-tests/mod.sh diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index 102369a..6f01c81 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -41,20 +41,17 @@ ADDITIONAL_PLOTS=detail plot_cmds() { if [[ "$1" = detail ]]; then - range=0:200 + range=0.0:0.3 echo "set logscale y" echo "set key left bottom reverse Left" - echo "set xlabel 'GW latency [{/Symbol m}s]'" - using="using (\$1*1000):2" else - range=0.01:10 + range=0.01:100 echo "set logscale xy" - echo "set xlabel 'GW latency [ms]'" - using="" fi cat <