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

I have tried several different versions of seaborn, pandas, and numpy but I simply do not get it to work. The requirements.txt states ``` numpy>=1.12.1 seaborn>=0.9.0,=2.2.2 pandas>=0.23.0,=1.1.0 statsmodels packaging ```...

Hello, I am trying to add statistical annotation on a boxplot I generated with scanpy but I get those errors : ERROR: pip's dependency resolver does not currently take into...

Modernize the building and testing framework: * use pyproject.toml * use hatch environments * ~~add test_script to test plotting figures~~ -> added in #155 To build: `hatch build` or `python...

Personal exploration based on Getzze's PRs 155 and 156 for github actions. You're likely interested in those instead of this one. (Voluntarily without GH link).

Hi! When reordering conditions on the x-axis in a seaborn boxplot using `order=conditions`, I get a mismatch between the plotted data and `statannotations`. Significance values are misplaced and assigned to...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 šŸš€ urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

test code below ```python pairs = [ ("PBS", "OVA") ] annot = Annotator(ax2, pairs,fontsize=10, **plotting_parameters) annot.configure(test='Mann-Whitney', text_format='simple', loc='inside',show_test_name=False, verbose=2) annot.apply_test() ``` the p value is 1.476e-02 or 0.01476, it is...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 šŸš€ urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

The current unit tests for the Annotation class in test_annotation.py are functional but need improvements for reliability and clarity. Issues Identified: assertRaisesRegex in test_missing_formatter may fail due to strict matching...