X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/839937d2c18ad240ff87ba33d6ce144d5d8793a0..9b45ba73353ebf67b1c9583cea7e57e6b32dd29a:/gw-tests/mod.sh diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index 6a870e6..6f01c81 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -37,19 +37,28 @@ main() { latester $LATESTER_OPTS -n modcscrc8 } +ADDITIONAL_PLOTS=detail + plot_cmds() { + if [[ "$1" = detail ]]; then + range=0.0:0.3 + echo "set logscale y" + echo "set key left bottom reverse Left" + else + range=0.01:100 + echo "set logscale xy" + fi cat <