We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
geom_violindot
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)
The text was updated successfully, but these errors were encountered:
I think let's fix this by replacing with ggdist geoms
Sorry, something went wrong.
Definitly
No branches or pull requests
Created on 2021-07-21 by the reprex package (v2.0.0)
The text was updated successfully, but these errors were encountered: