# 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.4:1] set key 80,0.75 set output "restaurant-dll+dtl-curve.eps" plot 'restaurant-dtl-curve.data' using 1:2 title "Decision tree" lw 2, 'restaurant-dll-curve.data' using 1:2 title "Decision list" lw 2