]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Setup fixed x-axis range
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Dec 2010 14:45:29 +0000 (15:45 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Dec 2010 14:45:29 +0000 (15:45 +0100)
gw-tests/mod.sh
gw-tests/nop.sh

index 3edcbfed052286b2afe7a49897c4fa81c152bd6b..8abf53dbf0b260004ca463f5f061bc4f87f7dfb7 100755 (executable)
@@ -43,7 +43,7 @@ set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
-plot [0:] [1:$COUNT] \
+plot [0:600] [1:$COUNT] \
           "hist.dat" with lp lt 1 title "No modifications", \
           "hist-mod.dat" with lp lt 2 title "Two modifications", \
           "hist-mod2.dat" with lp lt 3 title "Four modifications", \
index 72d87c7053b9c7f7f35dccd33977185332b72fa5..e6465188f6311aca9af5a6a1e84b17f5c7d9bc7a 100755 (executable)
@@ -17,7 +17,7 @@ set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
-plot [0:] [1:$COUNT] \
+plot [0:600] [1:$COUNT] \
           "hist2.dat" with lp lt 1 title "2 byte messages", \
           "hist4.dat" with lp lt 2 title "4 byte messages", \
           "hist6.dat" with lp lt 3 title "6 byte messages", \