set terminal png set key 68,1125 set size 1,0.67 set terminal postscript eps 20 set yrange [200:1200] set ylabel "Effort (months)" set xlabel "All efforts, sorted" set output "/tmp/plot.eps" plot "allEmbedded75-125" title "(All) and (Embedded)" with linesp ,\ "allEmbedded45-75-125" title "(All) and (Acap in 4,5) and (Embedded)",\ "all75-125" title "All",\ "acap4575-125" title "Acap in 4,5" with lines