From d69a11663bbcb8e9adde25cddde44591c549f7c2 Mon Sep 17 00:00:00 2001 From: rkansal47 Date: Fri, 3 Nov 2023 14:32:49 -0500 Subject: [PATCH] bf --- src/HHbbVV/postprocessing/plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HHbbVV/postprocessing/plotting.py b/src/HHbbVV/postprocessing/plotting.py index 56574f6b..b5899638 100644 --- a/src/HHbbVV/postprocessing/plotting.py +++ b/src/HHbbVV/postprocessing/plotting.py @@ -708,7 +708,7 @@ def multiROCCurve( *pths[th], marker="o", s=40, - label=f"BDT Score > {th}" if i == 0 else None, + label=f"BDT Score > {th}" if i == len(rocs) - 1 else None, color=th_colours[k], zorder=100, )