This commit is contained in:
Till Raab 2023-10-20 11:35:20 +02:00
parent f1aaf4fb37
commit f051e07035

View File

@ -125,9 +125,7 @@ def main(args):
(rise_size[id_idx] >= 10)], dtype=int)
ax.plot(times_v[rise_idx_oi], fish_freq[id_idx][rise_idx_oi], 'o', color='tab:red')
plt.show(block=False)
time.sleep(10)
plt.close()
plt.show()
if __name__ == '__main__':