Fix number formatting in gallery plot

This commit is contained in:
mbsantiago 2025-08-12 18:49:21 +01:00
parent 0bb703f3c1
commit 7d92ec772b

View File

@ -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,