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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Apr 29 13:29:32 BST 2010


Author: soohyunc
Date: Thu Apr 29 13:29:31 2010
New Revision: 4788

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

Log:
x-axis range for the cwnd graph



Modified: vic/branches/cc/cc/plots.sh
==============================================================================
--- vic/branches/cc/cc/plots.sh	(original)
+++ vic/branches/cc/cc/plots.sh	Thu Apr 29 13:29:31 2010
@@ -77,7 +77,7 @@
 
 set mxtics 5
 set mytics 2
-set xrange [0:]
+set xrange [$1:$2]
 set yrange [0:]
 set grid xtics ytics mytics
 



More information about the Sumover-dev mailing list