set logscale y set format x ".%.0f" set format y "%.0f" set xlabel "Fraction of time online (P_{online})" set ylabel "Rounds" set key right bottom set title "P_{M}=0.6; N=65536; m=32; BG=125; M=2" set yrange [10:1.1e6] set size 0.5,0.5 plot 'tmp/fig5c-10-1-2.dat' title 'P_{delay}=.1,len=1' with linespoints, \ 'tmp/fig5c-60-1-2.dat' title 'P_{delay}=.6,len=1' with linespoints, \ 'tmp/fig5c-10-4-2.dat' title 'P_{delay}=.1,len=4' with linespoints, \ 'tmp/fig5c-60-4-2.dat' title 'P_{delay}=.6,len=4' with linespoints