# generic commands for twographbox output size load "twographbox.in" set data style lines set xlabel "Training set size" set ylabel "Proportion correct on test set" set xrange [0:100] set yrange [0.5:1] set key 80,0.65 #set nokey set output "restaurant-stumps+boosted-curve.eps" plot 'restaurant-boosted-stumps-curve.data' using 1:2 title "Boosted decision stumps" lw 2, 'restaurant-decision-stump-curve.data' using 1:2 title "Decision stump" lw 2