statannotations
statannotations copied to clipboard
Possible to get statistics and p-values when using FacetGrid?
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?