statannotations icon indicating copy to clipboard operation
statannotations copied to clipboard

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.

Results 75 statannotations issues
Sort by recently updated
recently updated
newest added

First reported here: https://github.com/webermarcolivier/statannot/issues/80 When adding annotations with `loc="outside"`, the figure size is not adjusted automatically, which requires an extra parameter to save or show the figure without it being...

enhancement

I posted this question/answer to statannot and have not had a chance to try it with statannotations. I'll see what I can do but below is the issue I had...

> Following up on that: It would be nice to have the option for additional annotations, since the framework to obtain the correct position is already in place. What I'm...

enhancement

When using statannotations v0.60 with seaborn v0.13, it would fail with this error: AttributeError: module 'seaborn.categorical' has no attribute '_Violin(Box...)Plotter' It only works with seaborn v0.11. Any fix for this...

Hi, I have been using this package for quite some time but came back to it more recently to find it broken when trying to plot violin plot with Seaborn...

Hi there! Thanks for a great package! Do you have any plans on adding the ANOVA test?

After I use annotator.configure(test='t-test_ind', text_format='full') to calculate the p-value, how can I round it to two decimal places." THANK YOU!

Hi, after I defined the plot_and_annotate_facets function, there's one AttributeError: 'tuple' object has no attribute '__module__' from g.map function. I found plot_and_annotate_facets is a tuple. Could you please tell me...

Hi! I wonder if it's possible to somehow extract the statistics and p-values after we use statannotations in combination with facet-grid? When not using Facet-Grid I can extract them using...

I would love if there was a text format option that basically concatenated the `simple` and `star` options so that a numerical p-value is displayed followed by either `(ns)` or...