mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-11 17:29: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
|
continue
|
||||||
|
|
||||||
for index, match in enumerate(cross_triggers[:n_examples]):
|
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:
|
try:
|
||||||
plotting.plot_cross_trigger_match(
|
plotting.plot_cross_trigger_match(
|
||||||
match,
|
match,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user