set size 0.6,0.4 set terminal postscript eps set output "aimd1.ps" ##set title "Aggressiveness vs. Responsiveness" set xlabel "Responsiveness (RTTs to Halve Sending Rate)" set ylabel "Aggressiveness (Increase)" set key 9,1.7 plot [0:11] [0:2] (3*(1 - 0.5**(1/x))/(1 + 0.5**(1/x))) title "AIMD" with lines,\ "aimd1.1.data" title "TFRC" with points 1 5, \ "aimd1.2.data" title "TFRC with history discounting" with points 1 6, \ "aimd1.1.2" title "TCP" with points 1 1, \ "aimd1.3.4" title "TCP(0.42, 1/4)" with points 1 2, \ "aimd1.7.8" title "TCP(0.2, 1/8)" with points 1 3, \ "aimd1.15.16" title "TCP(0.1, 1/16)" with points 1 4