fig_floor legend: name the EDMA scheme on the d-curves

This commit is contained in:
KiHoLee
2026-08-17 14:43:26 +09:00
parent 551be6fb1c
commit 175a49033c
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -86,9 +86,9 @@ def fig_floor():
# is stated in the caption) keep it to three entries
handles = [
Line2D([], [], color="C0", marker="o", mfc="none", ms=3.5,
ls="-", label="$d=256$"),
ls="-", label=rf"{LBL['edma']}, $d=256$"),
Line2D([], [], color="C3", marker="o", mfc="none", ms=3.5,
ls="-", label="$d=768$"),
ls="-", label=rf"{LBL['edma']}, $d=768$"),
Line2D([], [], color="C1", ls="--", lw=1.2, label=LBL["blind"]),
]
ax.legend(handles=handles, loc="upper right")