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

use correct annotation when faceting #9

Closed
c-mertes opened this issue Sep 3, 2020 · 1 comment · Fixed by #10
Closed

use correct annotation when faceting #9

c-mertes opened this issue Sep 3, 2020 · 1 comment · Fixed by #10

Comments

@c-mertes
Copy link
Contributor

c-mertes commented Sep 3, 2020

currently when using a facet with annotation it only uses the first one from the list.

add_pval(plt, pairs = list(c(1, 2)), annotation = list("Awesome1", "Awesome2"))

results in this figure:

image

Where Awesome2 is missing.

@s6juncheng
Copy link
Owner

s6juncheng commented Sep 5, 2020

Thanks Chris, looks great! Merged the PR.

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

Successfully merging a pull request may close this issue.

2 participants