set xlabel "Iteration Times" set ylabel "Throughput (Bytes/Sec)" set title "Throughput VS Iteration Times (Packet Loss Rate = 1/6 )" set grid set terminal postscript color set output "tcp2.ps" plot "tcp2.txt" using 1:14 with linespoint