From f361420e58a34d8a74a00c1b1f09f62ddccc60e4 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Mon, 11 Aug 2025 08:54:37 +0100 Subject: [PATCH] Fix issue in gallery plotting --- src/batdetect2/plotting/evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/batdetect2/plotting/evaluation.py b/src/batdetect2/plotting/evaluation.py index cca528e..2437821 100644 --- a/src/batdetect2/plotting/evaluation.py +++ b/src/batdetect2/plotting/evaluation.py @@ -128,7 +128,7 @@ def plot_class_examples( continue for index, match in enumerate(cross_triggers[:n_examples]): - ax = plt.subplot(4, n_examples, 4 * n_examples + index + 1) + ax = plt.subplot(4, n_examples, 3 * n_examples + index + 1) try: plotting.plot_cross_trigger_match( match,