Minor rule changes
[progcomp2012.git] / judge / simulator / template.plt
1 set term png size 640,480
2 set output "[NAME].png"
3 #set xtics 1
4 #set ytics 1
5 set xrange [1:]
6 set xlabel "Games Played"
7 set ylabel "Score"
8 set title "[NAME] scores"
9 set key top left
10 plot "[NAME].scores" using ($0+1):1 with linespoints title "[NAME]"
11 exit

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