Open IndrajeetPatil opened 3 years ago
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)
I think let's fix this by replacing with ggdist geoms
Definitly
Created on 2021-07-21 by the reprex package (v2.0.0)