# 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 75,0.55 set output "restaurant-naive-bayes-curve.eps" plot 'restaurant-dtl-curve.data' using 1:2 title "Decision tree" lw 2, 'restaurant-naive-bayes-curve.data' using 1:2 title "Naive Bayes" lw 2