set logscale y #set title "Independent geometric dummy messages\nMean rounds to guess recipients" set format x ".%.0f" set format y "%.0f" set xlabel "Padding volume from Alice (P_{junk})" set ylabel "Rounds" set key right bottom set title "P_{M}=0.6; N=65536; m=32; BG=125" set yrange [10:1.1e6] set size 0.5,0.5 plot 'tmp/fig5a-1-10.dat' title 'P_{delay}=.1,len=1' with linespoints, \ 'tmp/fig5a-1-60.dat' title 'P_{delay}=.6,len=1' with linespoints, \ 'tmp/fig5a-4-10.dat' title 'P_{delay}=.1,len=4' with linespoints, \ 'tmp/fig5a-4-60.dat' title 'P_{delay}=.6,len=4' with linespoints