Gere are some useful gnuplot commands

set terminal aqua
set terminal pdf

set output "filename"

set xlabel "Step"
set ylabel "Accumulated Reward"

plot "/Users/davidpoole/World/demos/rl/tracingSGame2007-12-20.data" title "Total Reward as a function of step"
