From: Michal Sojka Date: Sat, 24 Sep 2011 14:00:56 +0000 (+0200) Subject: Update ranges of graphs - to take into account substraction of tx time X-Git-Tag: fix-allnoconfig~170 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/303439f9d66332d27ea26f49ea9c787fc2f3258f?hp=f938c622751dcf341a409825f7aa827244d0abea Update ranges of graphs - to take into account substraction of tx time --- diff --git a/gw-tests/filter-sff.sh b/gw-tests/filter-sff.sh index 5162a24..53e9834 100755 --- a/gw-tests/filter-sff.sh +++ b/gw-tests/filter-sff.sh @@ -18,10 +18,10 @@ ADDITIONAL_PLOTS=detail plot_cmds() { if [[ "$1" = detail ]]; then - range=0.05:0.3 + range=0.0:0.3 echo "set logscale y" else - range=0.05:100 + range=0.01:100 echo "set logscale xy" fi cat <