set terminal postscript eps enhanced set output "FalsePD.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 "PD for False Class" set yrange [0:1] set xlabel "N" set ylabel "PD" set key right bottom box plot "falsecliffpd.dat.plot" using 1:2 title "1nn+cliff" w lp ls 1, \ "falsenbpd.dat.plot" using 1:2 title "nb" w lp ls 2, \ "falsekliffpd.dat.plot" using 1:2 title "nb+cliff" w lp ls 3