set terminal postscript eps enhanced set output "TruePREC.eps" set style line 1 lt 1 lw 2 linecolor rgb "black" set style line 2 lt 1 lw 2 linecolor rgb "red" set style line 3 lt 1 lw 2 linecolor rgb "blue" set style line 4 lt 6 lw 1 set style line 5 lt 1 lw 3 set style line 6 lt 2 lw 3 set style line 7 lt 3 lw 3 set style line 8 lt 6 lw 3 set title "Precision for True Class" set xlabel "N" set ylabel "PREC" set yrange [0:1] set key right bottom box plot "truecliffprec.dat.plot" using 1:2 title "1nn+cliff" w lp ls 1, \ "truenbprec.dat.plot" using 1:2 title "nb" w lp ls 2, \ "truekliffprec.dat.plot" using 1:2 title "nb+cliff" w lp ls 3