# generic commands for twographbox output size load "twographbox.in" set data style lines set xlabel "Number of hypotheses {/Times-Italic K}" set ylabel "Training/test accuracy" set xrange [0:200] set yrange [0.6:1] set key 140, 0.85 set output "restaurant-boosted-stumps-error.eps" plot 'restaurant-boosted-stumps-error.data' using 1:2 title "Training error" lw 2, 'restaurant-boosted-stumps-error.data' using 1:3 title "Test error" lw 2