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

geom_halfviolin and geom_violindot should allow quantile lines to be drawn #82

Closed
mrkaye97 opened this issue Dec 14, 2020 · 2 comments
Closed
Labels
Duplicate 👯 This issue or pull request already exists Enhancement 💥 New feature or request

Comments

@mrkaye97
Copy link

mrkaye97 commented Dec 14, 2020

ggplot2::geom_violin() has a draw_quantiles = NULL argument, in which a user can specify a list of quantiles to draw, i.e. draw_quantiles = c(.025, .5, .975) for a median + 95% bands. This seems like a relatively easy one to implement (can probably just copy straight over from ggplot2) but I'm not 100% sure of that.

@strengejacke
Copy link
Member

Maybe related to #68.

@IndrajeetPatil
Copy link
Member

Closing in favor of #68

@IndrajeetPatil IndrajeetPatil added Duplicate 👯 This issue or pull request already exists Enhancement 💥 New feature or request labels Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate 👯 This issue or pull request already exists Enhancement 💥 New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants