statannotations icon indicating copy to clipboard operation
statannotations copied to clipboard

Include option pairs='all' for statannotations.Annotator.Annotator

Open JohannesWiesner opened this issue 3 years ago • 3 comments

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?

JohannesWiesner avatar Dec 20 '22 15:12 JohannesWiesner

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?

trevismd avatar Dec 22 '22 20:12 trevismd

Hm, didn't think about these special cases when opening this issue, but sounds good to me!

JohannesWiesner avatar Dec 28 '22 17:12 JohannesWiesner

Maybe one could implement something like pairs = 'all', pairs = 'between_hue', pairs = 'between_x'?

JohannesWiesner avatar Aug 28 '23 14:08 JohannesWiesner