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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Mar 26 16:49:01 GMT 2010


Author: soohyunc
Date: Fri Mar 26 16:49:01 2010
New Revision: 4727

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

Log:
modified gnuplot scripts to get better visual.



Modified: vic/branches/cc/cc/plots.sh
==============================================================================
--- vic/branches/cc/cc/plots.sh	(original)
+++ vic/branches/cc/cc/plots.sh	Fri Mar 26 16:49:01 2010
@@ -9,7 +9,7 @@
 set style line 5 lt 5 pt 4 lw 1.5
 
 set mxtics 2
-set mytics 2
+set mytics 4
 set grid
 
 set xrange [$1:$2]
@@ -34,7 +34,7 @@
 set ylabel "seqno"
 
 set mxtics 2
-set mytics 2
+set mytics 4
 
 set xrange [$1:$2]
 set yrange [$3:$4]

Modified: vic/branches/cc/cc/rtt.sh
==============================================================================
--- vic/branches/cc/cc/rtt.sh	(original)
+++ vic/branches/cc/cc/rtt.sh	Fri Mar 26 16:49:01 2010
@@ -21,7 +21,7 @@
 	#set label 1 "\"ping\" showed 1ms of rtt roughly" tc lt 1 \
 	#	font "Helvetica,24"
 
-	plot "rtt.xg" using 1:2 with l lt 1 lc 18 title "sampled rtt", \
-	     "rtt.xg" using 1:3 with l lt 1 lc 3 lw 2.5 title "smoothed rtt"
+	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"
 	
 EOF



More information about the Sumover-dev mailing list