set logscale y # set title "Pool mixes and mix-nets\nMean rounds to guess recipients" set format x ".%.0f" set format y "%.0f" set xlabel "Message volume from Alice (P_{M})" set ylabel "Rounds" set key left bottom set title "BG=125; m=32; N=65536" set yrange [10:1.1e6] set xrange [08:92] plot 'tmp/fig34x1.dat' title 'len=1' with lines, \ 'tmp/fig34x2.dat' title 'len=2' with lines, \ 'tmp/fig34x4.dat' title 'len=4' with lines, \ 'tmp/fig34x8.dat' title 'len=8' with lines, \ 'tmp/fig34x10.dat' title 'P_{delay}=.1' with points, \ 'tmp/fig34x30.dat' title 'P_{delay}=.3' with points, \ 'tmp/fig34x60.dat' title 'P_{delay}=.6' with points, \ 'tmp/fig34x90.dat' title 'P_{delay}=.9' with points