diff --git a/code/replot_all.py b/code/replot_all.py index dba6aed..7410dc3 100644 --- a/code/replot_all.py +++ b/code/replot_all.py @@ -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") diff --git a/fig/fig_floor.pdf b/fig/fig_floor.pdf index 2874719..cac4d97 100644 Binary files a/fig/fig_floor.pdf and b/fig/fig_floor.pdf differ