set terminal postscript eps enhanced set output "desharnais.eps" set style line 1 lt 1 lw 3 linecolor rgb "black" set style line 2 lt 1 lw 3 linecolor rgb "red" set style line 3 lt 1 lw 3 linecolor rgb "blue" set style line 4 lt 1 lw 3 linecolor rgb "green" set style line 5 lt 1 lw 3 linecolor rgb "purple" set style line 6 lt 1 lw 3 linecolor rgb "orange" set style line 7 lt 1 lw 3 linecolor rgb "brown" set style line 8 lt 1 lw 3 linecolor rgb "#00FF7F" set style line 9 lt 1 lw 3 linecolor rgb "#ADFF2F" set style line 10 lt 1 lw 3 linecolor rgb "#FF4040" set style line 11 lt 1 lw 3 linecolor rgb "#808000" set style line 12 lt 1 lw 3 linecolor rgb "#D19275" set style line 13 lt 1 lw 3 linecolor rgb "#FF1493" set style line 14 lt 1 lw 3 linecolor rgb "#EEAD0E" set title "MDMRE for desharnais" set yrange [0:1] set xlabel "Percent Noise" set ylabel "MDMRE" set key right bottom box plot "des-vanilla.dat" using 3:4 title "1NN" w lp ls 1,\ "des-log.dat" using 3:4 title "1NN+Log" w lp ls 2,\ "des-cliff.dat" using 3:4 title "Cliff+1NN" w lp ls 3,\ "des-clifflog.dat" using 3:4 title "Cliff+1NN+Log" w lp ls 4