Skip to content

Commit 275ebcb

Browse files
committed
Label adjustment
1 parent 5406490 commit 275ebcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pysteps/verification/plots.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,4 @@ def plot_ROC(ROC, ax=None, opt_prob_thr=False):
214214
)
215215

216216
for p_thr_, x, y in zip(p_thr, POFD, POD):
217-
if p_thr_ > 0.05 and p_thr_ < 0.95:
218-
ax.text(x + 0.02, y - 0.02, "%.2f" % p_thr_, fontsize=7)
217+
ax.text(x + 0.02, y - 0.02, "%.2f" % p_thr_, fontsize=7)

0 commit comments

Comments
 (0)