2 set encoding iso_8859_1
5 set term postscript enhanced portrait "Helvetica" 12
6 set ylabel "Average testing error"
8 set key on inside bottom left
9 plot 'error.txt' using 1:2 t "STABYLO" with linespoints lt 1 lw 2 ps 0 pt 5,\
10 'error.txt' using 1:3 t "HUGO" with linespoints lt 1 lw 2 ps 1 pt 2,\
11 'error.txt' using 1:4 t "EAISLSBMR" with linespoints lt 3 lw 2 ps 0 pt 1,\
12 'error.txt' using 1:5 t "WOW" with linespoints lt 1 lw 2 ps 1 pt 1,\
13 'error.txt' using 1:6 t "UNIWARD" with linespoints lt 5 lw 2 ps 0 pt 1