Fix issue in gallery plotting

This commit is contained in:
mbsantiago 2025-08-11 08:54:37 +01:00
parent 2cc0bd59d4
commit f361420e58

View File

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