set logscale y set format x ".%.0f" set format y "%.0f" set xlabel "P_{delay}" set ylabel "Rounds" set key right bottom set title "P_{M}=0.6; N=65536; m=32; BG=125; len=1" set xrange [05:95] set yrange [10:1.1e6] set size 0.5,0.5 plot 'tmp/fig5d-5d.dat' title 'Padding, known U, M=2' with linespoints, \ 'tmp/fig5d-3r.dat' title 'No padding, unknown U' with linespoints, \ 'tmp/fig5d-5dd.dat' title 'No padding, known U' with linespoints