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