This commit is contained in:
Till Raab 2023-05-19 08:17:31 +02:00
parent 83d5e3164b
commit 3c9bbb6a91

View File

@ -205,6 +205,7 @@ class Trial(object):
freq_range = (np.nanmin(self.fish_freq), np.nanmax(self.fish_freq))
ax.set_ylim(freq_range[0] - 20, freq_range[1] + 10)
ax.legend(loc = 'upper right', bbox_to_anchor=(1, 1))
ax.set_title(self.folder)
plt.show()