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