Skip to content
New issue

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

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

Already on GitHub? # to your account

scale argument for geom_violindot doesn't do anything #176

Open
IndrajeetPatil opened this issue Jul 21, 2021 · 2 comments
Open

scale argument for geom_violindot doesn't do anything #176

IndrajeetPatil opened this issue Jul 21, 2021 · 2 comments
Labels
Bug 🐛 Something isn't working

Comments

@IndrajeetPatil
Copy link
Member

library(see)
library(ggplot2)

ggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) +  
  geom_violindot(scale = "count")

ggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) +  
  geom_violindot(scale = "area")

Created on 2021-07-21 by the reprex package (v2.0.0)

@IndrajeetPatil IndrajeetPatil added the Bug 🐛 Something isn't working label Jul 21, 2021
@bwiernik
Copy link
Contributor

I think let's fix this by replacing with ggdist geoms

@DominiqueMakowski
Copy link
Member

Definitly

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants