set size 0.6,0.6 set terminal postscript eps set output "s0.ps" set ylabel "Normalized Throughput" ##set xlabel "Number of TFRC flows, number of AIMD flows.\nRATEMb/s QUEUE" set key 35,2.4 plot [] [0:2.5] "s0.tfrm" title "TFRC" with points, \ "s0.aimd" title "AIMD" with points, \ "s0.tfrmmean" title "Mean TFRC" with lines, \ "s0.aimdmean" title "Mean AIMD" with lines