mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-10 17:19:34 +01:00
Fix issue in gallery plotting
This commit is contained in:
parent
2cc0bd59d4
commit
f361420e58
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user