]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Added bounds for y axis in plots.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 24 Jan 2008 10:01:09 +0000 (11:01 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 24 Jan 2008 10:01:09 +0000 (11:01 +0100)
wme_test/plot

index 701b1bcd0b923fc338b0dc981624880141cf6d21..9218ba08c18ebb52a579d88504d1c12172229172 100755 (executable)
@@ -57,8 +57,8 @@ set grid
 set size 1,0.8
 unset label
 set label "${COMMAND}" noenhanced at graph 0,1.3
-set label "${STREAMS}" noenhanced at graph 0,1.2 font "helv,6"
-plot $DELAY_BOUND \
+set label "${STREAMS}" noenhanced at graph 0,1.2 font "Helvetica,9"
+plot $DELAY_BOUND [0.01:100]\
      "${FILE}.dat" index 0 title "AC\\\\_VO",\
      "${FILE}.dat" index 1 title "AC\\\\_VI",\
      "${FILE}.dat" index 2 title "AC\\\\_BE",\