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