Axis labels: Per-block SNR -> SNR on all result figures

This commit is contained in:
KiHoLee
2026-08-17 14:39:38 +09:00
parent 7d651c91bb
commit 551be6fb1c
9 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ ax.plot(snr, col("todma"), "d-.", color="C4", label=LBL["todma"])
ax.plot(snr, col("oma"), "v:", color="C1", label=LBL["oma"])
ax.plot(snr, col("genie"), "-", color="gray", lw=1.0,
label=LBL["genie"])
ax.set_xlabel("Per-block SNR $\\rho$ [dB]")
ax.set_xlabel("SNR $\\rho$ [dB]")
ax.set_ylabel("Mean cosine similarity")
ax.set_xlim(snr[0], snr[-1])
ax.set_ylim(0, 0.75)