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