set terminal postscript eps enhanced set output "|setname|-|class|.eps" set style line 1 lt 1 lw 3 linecolor rgb "black" set style line 2 lt 1 lw 3 linecolor rgb "red" set style line 3 lt 1 lw 3 linecolor rgb "blue" set style line 4 lt 1 lw 3 linecolor rgb "green" set style line 5 lt 1 lw 3 linecolor rgb "purple" set style line 6 lt 1 lw 3 linecolor rgb "orange" set style line 7 lt 1 lw 3 linecolor rgb "brown" set style line 8 lt 1 lw 3 linecolor rgb "#00FF7F" set style line 9 lt 1 lw 3 linecolor rgb "#ADFF2F" set style line 10 lt 1 lw 3 linecolor rgb "#FF4040" set style line 11 lt 1 lw 3 linecolor rgb "#808000" set style line 12 lt 1 lw 3 linecolor rgb "#D19275" set style line 13 lt 1 lw 3 linecolor rgb "#FF1493" set style line 14 lt 1 lw 3 linecolor rgb "#EEAD0E" set title "|setname| - |class|" set yrange [0:1] set xlabel "Percent Noise" set ylabel "Performance Measure" set key right bottom box plot "|setname|-|class|-vlla.csv" using 3:5 title "PD-Vanilla" w lp ls 1,\ "|setname|-|class|-vlla.csv" using 3:6 title "PF-Vanilla" w lp ls 2,\ "|setname|-|class|-vlla.csv" using 3:7 title "PREC-Vanilla" w lp ls 3,\ "|setname|-|class|-cliff.csv" using 3:5 title "PD-Cliff" w lp ls 4,\ "|setname|-|class|-cliff.csv" using 3:6 title "PF-Cliff" w lp ls 5,\ "|setname|-|class|-cliff.csv" using 3:7 title "PREC-Cliff" w lp ls 6