diff --git a/src/batdetect2/plotting/matches.py b/src/batdetect2/plotting/matches.py index 3a001a4..d462954 100644 --- a/src/batdetect2/plotting/matches.py +++ b/src/batdetect2/plotting/matches.py @@ -179,7 +179,7 @@ def plot_false_positive_match( plt.text( start_time, high_freq, - f"False Positive \nScore: {match.pred_score} \nTop Class: {match.pred_class} \nTop Class Score: {match.pred_class_score:.2f} ", + f"False Positive \nScore: {match.pred_score:.2f} \nTop Class: {match.pred_class} \nTop Class Score: {match.pred_class_score:.2f} ", va="top", ha="right", color=color,