[Sumover-dev] [svn commit] r4816 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue May 11 01:50:59 BST 2010


Author: soohyunc
Date: Tue May 11 01:50:59 2010
New Revision: 4816

Modified:
   vic/branches/cc/cc/plots.sh

Log:
modified encoding time plot



Modified: vic/branches/cc/cc/plots.sh
==============================================================================
--- vic/branches/cc/cc/plots.sh	(original)
+++ vic/branches/cc/cc/plots.sh	Tue May 11 01:50:59 2010
@@ -57,13 +57,12 @@
 set xlabel "num encoding"
 set ylabel "time (sec)"
 
-set yrange [0:0.005]
 set mxtics 2
 set mytics 2
 
 plot \
-"enct.xg" with lines title "encoding time", \
-"grt.xg" with lines lt 1 lc 3 title "grabbing time"
+"enct.xg" with lp title "encoding time", \
+"grt.xg" with lp lt 1 lc 3 title "grabbing time"
 
 EOF
 



More information about the Sumover-dev mailing list