Open JohannesWiesner opened 1 year ago
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 x
s" 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'
?
I wonder if it would make sense to include a default option for the
pair
argument instatannotations.Annotator.Annotator
? I guess a lot of users would simply like to obtain all pair-wise comparisons by default?