Permutation key reads the style registry in Fig. 7

It was the one curve still passing a colour and marker at the call site,
and it took the index cipher's, so the same scheme was drawn two ways.
This commit is contained in:
KiHoLee
2026-08-28 21:04:50 +09:00
parent de380340a6
commit 2393852c16
8 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -520,9 +520,8 @@ def fig_kpa():
label=f"KM (lrn.), {int(snr)} dB")
try:
p = load("pkpa.csv")
ax.semilogx(col(p, "n_frames"), col(p, "eve_ser"), color=C_MATCH,
marker="P", ls="--", markevery=(3, 4),
label=LBL["perm"] + ", 20 dB")
ax.semilogx(col(p, "n_frames"), col(p, "eve_ser"), **STY["perm"],
markevery=(3, 4), label=LBL["perm"] + ", 20 dB")
except FileNotFoundError:
print("[skip] pkpa.csv not present yet")
# legitimate reference measured with the SAME estimator as the
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.