# generic commands for twographbox output size load "twographbox.in" set xlabel "Training set size (millions of words)" set ylabel "Proportion correct on test set" set nokey set output "banko.eps" set logscale x plot [1:1000] [.75:1] \ "< grep L1 banko.data" with linespoints pt 7 lw 2 , \ "< grep L2 banko.data" with linespoints pt 7 lw 2 , \ "< grep L3 banko.data" with linespoints pt 7 lw 2 , \ "< grep L4 banko.data" with linespoints pt 7 lw 2 , \ "< grep L5 banko.data" with linespoints pt 7 lw 2