juuf
juuf
Here is an MWE ``` python import seaborn as sns from statannotations.Annotator import Annotator sns.set_theme(style="ticks",rc={"axes.spines.right": False, "axes.spines.top": False}, font_scale=.8) df = sns.load_dataset("penguins") ax=sns.barplot(data=df, x="island", y="body_mass_g") order = ["Torgersen","Biscoe","Dream"] pairs=[("Torgersen", "Biscoe"),...
Hi, thanks for pointing this out. It did the trick!
Thanks for the quick reply! For now I am using a `matlab -nodesktop` session such that the console does not halt
The issue still seems to persist. `CTRL+C` does not seem to cancel any print out unfortunately. Edit: The recent update allows me to cancel printout and commands (I'm on MacOS)....