statannotations
statannotations copied to clipboard
Include option pairs='all' for statannotations.Annotator.Annotator
I wonder if it would make sense to include a default option for the pair argument in statannotations.Annotator.Annotator? I guess a lot of users would simply like to obtain all pair-wise comparisons by default?
Seems to be a valid proposition to me.
It would be converted to "between all x values" if the plot has no hue, and to "between all hues (of same x), for all xs" otherwise?
Hm, didn't think about these special cases when opening this issue, but sounds good to me!
Maybe one could implement something like pairs = 'all', pairs = 'between_hue', pairs = 'between_x'?