statannotations
statannotations copied to clipboard
add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
I'm finding that sometimes if I have the Annotator set with loc='outside', it will for a lack of a better word "squish" the y axis. I've had similar experiences with...
@trevismd Thank you for your excellent work on this tool; it is incredibly convenient and truly indispensable in the Python ecosystem. I have encountered an issue during my use. The...
I'm trying to plot the test of the one-sided MWU tests but it seems the order defined in `pairs` is not preserved. I used one of the demo examples below...
Dea all, I am running version 0.6.0 and also tried the newest version. However, if I pass the p-Value correction by fdr_bh it retunrs always the uncorrected values. If I...
Consider adding a warning message when using polars rather than pandas, possibly in def get_x_values(data, x) -> set: if isinstance(data, pd.DataFrame): if x is None: return set(data.columns) return set(data[x].unique()) elif...