set terminal postscript eps enhanced color "Helvetica" 20 set output 'law_fill.eps' set size 1,0.5 set logscale y set key bottom right set title 'K-Means vs GenIc - Florida Law (n=5930)' set xlabel 'Number of clusters requested' set ylabel 'Run-time(seconds)' plot 'law_full-genic' with lines lt 1 t "GenIc", 'law_full-kmeans' with lines lt 2 t "K-Means"