Add .plt templates for gnuplot
[progcomp2012.git] / judge / simulator / template.plt
diff --git a/judge/simulator/template.plt b/judge/simulator/template.plt
new file mode 100644 (file)
index 0000000..7efe965
--- /dev/null
@@ -0,0 +1,11 @@
+set term png size 640,480
+set output "[NAME].png"
+set xtics 1
+set ytics 1
+set xrange [1:]
+set xlabel "Games Played"
+set ylabel "Score"
+set title "[NAME] scores"
+set key top left
+plot "[NAME].scores" using ($0+1):1 with linespoints title "[NAME]"
+exit

UCC git Repository :: git.ucc.asn.au