bg
This commit is contained in:
parent
f1aaf4fb37
commit
f051e07035
@ -125,9 +125,7 @@ def main(args):
|
|||||||
(rise_size[id_idx] >= 10)], dtype=int)
|
(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')
|
ax.plot(times_v[rise_idx_oi], fish_freq[id_idx][rise_idx_oi], 'o', color='tab:red')
|
||||||
|
|
||||||
plt.show(block=False)
|
plt.show()
|
||||||
time.sleep(10)
|
|
||||||
plt.close()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user