Skip to content

Commit e30082d

Browse files
small changes after last round of reviews
1 parent 313998d commit e30082d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

6.1 KB
Loading

experiment/scripts/figures/detection_figures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ def _get_blendedness_detection_figure(self, data):
317317
# recall
318318
for tsh, out in ds["thresh_out"].items():
319319
color = plt.cm.coolwarm(tsh)
320-
ax1.plot(bld_middle, out["recall"], c=color, label=f"${tsh:.2f}$")
321-
ax1.plot(bld_middle, ds["sep"]["recall"], "--k", lw=2, label=r"\rm SEP")
320+
ax1.plot(bld_middle, out["recall"], "-o", c=color, label=f"${tsh:.2f}$")
321+
ax1.plot(bld_middle, ds["sep"]["recall"], "--ok", lw=2, label=r"\rm SEP")
322322
ax1.set_xlabel(r"\rm Blendedness")
323323
ax1.set_ylabel(r"\rm Recall")
324324
ax1.set_ylim(0, 1.02)

0 commit comments

Comments
 (0)