set terminal postscript eps enhanced color "Helvetica" 18 #set terminal postscript eps "Helvetica" 18 set size 0.6,0.7 #set ylabel "$1" set yrange [-6:107] set xlabel "percent noise" set key bottom right set out "cliffpd.eps" set xrange [1:7.6] set xtics ("0" 1, "10" 2, "20" 3, "30" 4, "40" 5) plot "cliffpd.dat" using 1:2 title "glass" with lines,\ "" using 1:3 title "heart" with lines,\ "" using 1:4 title "hep" with lines,\ "" using 1:5 title "iris" with lines,\ "" using 1:6 title "labor" with lines,\ "" using 1:7 title "lymp" with lines,\ "" using 1:8 title "sp3" with linesp,\ "" using 1:9 title "sp5" with linesp,\ "" using 1:10 title "sp10" with linesp,\ "" using 1:11 title "sp20" with linesp,\ "" using 1:12 title "edebug" with linesp