Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use set_pvalues within plot_and_annotate_facets #125

Open
VladimirRoudko opened this issue Jun 28, 2023 · 1 comment
Open

how to use set_pvalues within plot_and_annotate_facets #125

VladimirRoudko opened this issue Jun 28, 2023 · 1 comment

Comments

@VladimirRoudko
Copy link

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:

  1. split on facets based on one column
  2. plot boxplots within each facet using second column as a X-labels
  3. 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

@trevismd
Copy link
Owner

trevismd commented Oct 4, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants