Automates analysis

This commit is contained in:
Daniel Svitan
2024-12-23 16:25:21 +01:00
parent 6fea60408f
commit 29ab473c3c
6 changed files with 62 additions and 39 deletions
-1
View File
@@ -78,7 +78,6 @@ def plot_violin(data, labels, Fs, ps, title):
axs[j, k].text(l + 1.05, median + 0.05, f"{median}")
fig.tight_layout()
fig.show()
if save != "":
plt.savefig(save)
else: