You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 doingg.map_dataframe(annot.plot_and_annotate_facets
?The text was updated successfully, but these errors were encountered: