diff --git a/code/replot_all.py b/code/replot_all.py index 7410dc3..ceb5f33 100644 --- a/code/replot_all.py +++ b/code/replot_all.py @@ -130,10 +130,10 @@ def fig_beta_sweep(): ax.plot([], [], ls="--", color="gray", label=LBL["oma"]) ax.plot([], [], ls="-.", color="gray", label=LBL["genie"]) for b0 in (0.030, 0.311): - ax.axvline(b0, ymax=0.62, color="gray", ls=":", lw=0.9) + ax.axvline(b0, ymax=0.54, color="gray", ls=":", lw=0.9) ax.set_xlabel(r"Pairwise affinity $\beta$") ax.set_ylabel("Effective sum rate [bps/Hz]") - ax.set_xlim(0, 1); ax.set_ylim(0, 1.0) + ax.set_xlim(0, 1); ax.set_ylim(0, 1.05) ax.legend(loc="upper left") save(fig, "fig_beta_sweep_corrected") diff --git a/fig/fig_beta_sweep_corrected.pdf b/fig/fig_beta_sweep_corrected.pdf index 3e80393..843f3ac 100644 Binary files a/fig/fig_beta_sweep_corrected.pdf and b/fig/fig_beta_sweep_corrected.pdf differ