# generic commands for twographbox output size load "onegraphbox.in" set data style lines set output "cross-validation-learning-curve.eps" set xlabel "Tree size in nodes" set ylabel "Error rate" plot "crossval.data" using 1:3 with linespoints title "Validation Set Error", "crossval.data" with linespoints ls 5 title "Training Set Error"