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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 13 00:51:19 BST 2010


Author: soohyunc
Date: Thu May 13 00:51:19 2010
New Revision: 4832

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

Log:
RTT plot was a little bit hard to read the data points.
    changed gnuplot's pointsize and point type



Modified: vic/branches/cc/cc/rtt.sh
==============================================================================
--- vic/branches/cc/cc/rtt.sh	(original)
+++ vic/branches/cc/cc/rtt.sh	Thu May 13 00:51:19 2010
@@ -22,6 +22,6 @@
 	#	font "Helvetica,24"
 
 	plot "rtt.xg" using 1:2 with lp lt 1 pt 6 ps .9 lc 18 title "sampled rtt", \
-	     "rtt.xg" using 1:3 with lp lt 1 pt 7 ps .7 lc 1 lw 3 title "smoothed rtt"
+	     "rtt.xg" using 1:3 with lp lt 1 pt 4 ps .9 lc 1 lw 3 title "smoothed rtt"
 	
 EOF



More information about the Sumover-dev mailing list