Hello,
It's not really an issue but rather request for clarification on how to use custom list of p-values within facets functionality. I have dataframe which I want:
- split on facets based on one column
- plot boxplots within each facet using second column as a X-labels
- use the third column as source of hue.
I want to annotate p-values between (1) each X-label and (2) between each hue within X-label. How to set the custom p-values for this goal and how to apply plot_and_annotate_facets correctly?
I can share an example for clarificaiton it just a bit clumsy peace of code for now)
Thank you,
Vladimir