Final audit round: beta-sweep legend clearance

This commit is contained in:
KiHoLee
2026-08-17 14:56:38 +09:00
parent 175a49033c
commit 675dada64c
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -130,10 +130,10 @@ def fig_beta_sweep():
ax.plot([], [], ls="--", color="gray", label=LBL["oma"]) ax.plot([], [], ls="--", color="gray", label=LBL["oma"])
ax.plot([], [], ls="-.", color="gray", label=LBL["genie"]) ax.plot([], [], ls="-.", color="gray", label=LBL["genie"])
for b0 in (0.030, 0.311): 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_xlabel(r"Pairwise affinity $\beta$")
ax.set_ylabel("Effective sum rate [bps/Hz]") 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") ax.legend(loc="upper left")
save(fig, "fig_beta_sweep_corrected") save(fig, "fig_beta_sweep_corrected")
Binary file not shown.