set terminal postscript eps 'Helvetica' 18 set size 1, 1 set yrange [0.12:0.35] set autoscale x set key bottom right set ylabel "Cluster Purity" set output 'clusterer_reducer_purity_auc.eps' set title 'Overall AUC of Cluster Purity' plot 'clusterer_reducer_purity_auc.dat' using 1:2 with lines lt -1 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:2 with points pt 3 ps 1.5 notitle, \ -1 with linespoints lt -1 pt 3 ps 1.5 t "fastmap-canopy", \ \ 'clusterer_reducer_purity_auc.dat' using 1:3 with lines lt -1 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:3 with points pt 12 ps 1.5 notitle, \ -1 with linespoints lt -1 pt 12 ps 1.5 t "fastmap-genic", \ \ 'clusterer_reducer_purity_auc.dat' using 1:4 with lines lt -1 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:4 with points pt 5 notitle, \ -1 with linespoints lt -1 pt 5 t "fastmap-kmeans", \ \ 'clusterer_reducer_purity_auc.dat' using 1:5 with lines lt 0 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:5 with points pt 3 ps 1.5 notitle, \ -1 with linespoints lt 0 pt 3 ps 1.5 t "pca-canopy", \ \ 'clusterer_reducer_purity_auc.dat' using 1:6 with lines lt 0 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:6 with points pt 12 ps 1.5 notitle, \ -1 with linespoints lt 0 pt 12 ps 1.5 t "pca-genic", \ \ 'clusterer_reducer_purity_auc.dat' using 1:7 with lines lt 0 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:7 with points pt 5 notitle, \ -1 with linespoints lt 0 pt 5 t "pca-kmeans", \ \ 'clusterer_reducer_purity_auc.dat' using 1:8 with lines lt 1 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:8 with points pt 3 ps 1.5 notitle, \ -1 with linespoints lt 1 pt 3 ps 1.5 t "tfidf-canopy", \ \ 'clusterer_reducer_purity_auc.dat' using 1:9 with lines lt 1 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:9 with points pt 12 ps 1.5 notitle, \ -1 with linespoints lt 1 pt 12 ps 1.5 t "tfidf-genic", \ \ 'clusterer_reducer_purity_auc.dat' using 1:10 with lines lt 1 notitle, \ 'clusterer_reducer_purity_auc.dat' every 100 using 1:10 with points pt 5 notitle, \ -1 with linespoints lt 1 pt 5 t "tfidf-kmeans"