set size 1.0,0.6 set key bottom right set xlabel "File Size (pkts)" "Helvetica,24" set ylabel "Resp. Time" "Helvetica,24" set logscale x set logscale y #set terminal postscript color "Helvetica,18" set terminal postscript eps 18 set output "fig-gen10a-sack.eps" plot 'withdos-0-0-0-1.5-200-1200' using 1:($3>0 ? $3 : 1/0) title 'DoS' w p, 'nodos-0-0-0-1.5-200-1200' using 1:($3>0 ? $3 : 1/0) title 'no DoS' w l lw 2 set size 1.0,0.6 set key bottom right set xlabel "File Size (pkts)" "Helvetica,24" set ylabel "Number of Occurrences" "Helvetica,24" set yrange [0.1:10000] set logscale x set logscale y set terminal postscript eps 18 set output "fig-gen10a-sack-dist.eps" plot 'out-sack-0-100-1.5-DropTail-0-1-1-0-0-1.5-200-1200-50-0-1' using 3:($5>0 ? $5 : 1/0) notitle w lp lw 2