💄 Highlights statistically significant graphs

This commit is contained in:
Daniel Svitan
2025-03-23 20:32:04 +01:00
parent 0f698ae39c
commit ee66b08778
5 changed files with 10 additions and 4 deletions
+3
View File
@@ -89,6 +89,9 @@ for j in range(2):
fontweight="bold",
fontsize=12)
if p < 0.05:
axs[j, k].set_facecolor("#ffff99")
fig.tight_layout()
if save != "":
plt.savefig(save)