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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Feb 5 21:27:53 GMT 2010


Author: soohyunc
Date: Fri Feb  5 21:27:53 2010
New Revision: 4600

Added:
   vic/branches/cc/cc/seqno.sh   (contents, props changed)

Log:
plotting script



Added: vic/branches/cc/cc/seqno.sh
==============================================================================
--- (empty file)
+++ vic/branches/cc/cc/seqno.sh	Fri Feb  5 21:27:53 2010
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+gnuplot -persist << EOF
+
+set style line 1 lt 1 pt 4 lw 1.5
+set style line 2 lt 2 pt 4 lw 1.5
+set style line 3 lt 3 pt 4 lw 1.5
+set style line 4 lt 4 pt 4 lw 1.5
+set style line 5 lt 5 pt 4 lw 1.5
+
+set mxtics 2
+set mytics 2
+set grid
+
+set xrange [$1:$2]
+set yrange [$3:$4]
+
+plot \
+	"encs.xg" with impulses, \
+	"ence.xg" with impulses, \
+	"seqno.xg" ls 3
+
+EOF



More information about the Sumover-dev mailing list