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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Feb 25 13:56:11 GMT 2010


Author: soohyunc
Date: Thu Feb 25 13:56:11 2010
New Revision: 4646

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

Log:
added title in gnuplot



Modified: vic/branches/cc/cc/plots.sh
==============================================================================
--- vic/branches/cc/cc/plots.sh	(original)
+++ vic/branches/cc/cc/plots.sh	Thu Feb 25 13:56:11 2010
@@ -16,10 +16,10 @@
 set yrange [$3:$4]
 
 plot \
-	"encs.xg" with impulses, \
-	"ence.xg" with impulses, \
-	"inXR.xg" with impulses, \
-	"seqno.xg" ls 3
+	"encs.xg" with impulses title "start encoding", \
+	"ence.xg" with impulses title "end encoding", \
+	"inXR.xg" with impulses title "ackvec arrival", \
+	"seqno.xg" ls 3 title "packet"
 
 EOF
 



More information about the Sumover-dev mailing list