statannotations
statannotations copied to clipboard
add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Hi! I first appreciate your efforts to make this amazing python library for plotting. I tried to use this tool to make some plots with annotations, but I encountered an...
Adding this MANIFEST file will include both requirements.txt and LICENSE in the sdist bundle on PyPI. Right now they are omitted. The main problem with that is as I'm trying...
Hello, thanks for the package it's great! I am trying to annotate a boxplot where I want to break the y axis into two but I cannot see the annotation...
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.brunnermunzel.html From scipy doc. > The Brunner-Munzel test is a nonparametric test of the null hypothesis that when values are taken one by one from each group, the probabilities of...
Hi @mxposed I will like to find out if there was a documentation for this tool? I would like to know if there is an option to limit annotations to...
I noticed that the implementation of the Kruskal-Wallis test is somewhat different from what is typically seen in literature (at least in my field). Statannotations applies a pairwise test on...
Hi, thanks a lot for keeping up the good work! Just wondering if Chi2Indepence is implemented? If not, feel free to use my code: https://github.com/JohannesWiesner/statplot/blob/master/statplot.py Greetings, Johannes
Hi, i'm using your very helpful package to annotate datasets that i store and plot using pandas data frame methods. When adding stat annotation to data frame boxplot layout, the...
Change to statannot file to allow for asterisks to be the same as in LaTeX and the feature change to allow chi-squared tests on categorical data Here are two examples...
Is there support planned ? Is it possible to make the current version work with catplot if I work with the FacetGrid that is returned from the sns.catplot ? For...