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
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
The text was updated successfully, but these errors were encountered:
Hello Vladimir,
Thank you for the question.
This is not yet possible but I think it's a useful feature and not too difficult to implement.
I just started working on it (see #134), there is an example in the notebook.
I'll do my best to make it move forward.
Feel free to try it out and/or comment on the PR.
Cheers!
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:
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
The text was updated successfully, but these errors were encountered: