X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/e1b0f7d8a720eb01a9635b5607ada0c7d2e59be4..c36e3d6a2a7c2a96eb98cd1db64a11f508a03677:/gw-tests/mod.sh diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index a342415..53d0116 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -37,14 +37,23 @@ main() { latester $LATESTER_OPTS -n modcscrc8 } +ADDITIONAL_PLOTS=detail + plot_cmds() { + if [[ "$1" = detail ]]; then + range=0.14:0.2 + echo "set logscale y" + echo "set key left bottom reverse Left" + else + range=0.05:100 + echo "set logscale xy" + fi cat <