trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
619 stars 67 forks source link

Possible to not show non-significant relationships? #136

Closed JohannesWiesner closed 9 months ago

JohannesWiesner commented 9 months ago

Hi! My annotated boxplot has a lot of statannotations that are not statistically significant. I would like to only show the significant relationships (don't draw the annotations for non-significan relationships). Is there a way to do this?

trevismd commented 9 months ago

Use .configure(hide_non_significant=True) from v.0.6.0.