# 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 key 120,0.88 #set nokey set xrange [0:150] set yrange [0.4:1] set output "random-rbdtl+dtl-curve.eps" plot 'random-rbdtl-curve.data' using 1:2 title "RBDTL" lw 2, 'random-dtl-curve.data' using 1:2 title "DTL" lw 2