statannotations icon indicating copy to clipboard operation
statannotations copied to clipboard

Possible to get statistics and p-values when using FacetGrid?

Open JohannesWiesner opened this issue 2 years ago • 0 comments

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 _, results = annotator.apply_and_annotate() but how would we do this when using FacetGrid because we are doing g.map_dataframe(annot.plot_and_annotate_facets?

JohannesWiesner avatar Nov 22 '23 13:11 JohannesWiesner