set terminal postscript eps enhanced set logscale x set ylabel "MBit / s" set xlabel "Packet size [bytes]" set output "one-many-4hosts-tcp.eps" plot \ "one-many-4hosts-tcp.dat" using 1:17 title "min. throughput" w linespoints, \ "one-many-4hosts-tcp.dat" using 1:18 title "avg. throughput" w linespoints, \ "one-many-4hosts-tcp.dat" using 1:19 title "med. throughput" w linespoints, \ "one-many-4hosts-tcp.dat" using 1:20 title "max. throughput" w linespoints