0

Would it be possible to extend geom_violon (and ideally geom_split_violin as in @jan-glx's answer here Split violin plot with ggplot2)?

How would I go about doing this?

user3171971
  • 63
  • 1
  • 6
  • Hi! I (and many others here) would be happy to _help_ you do this. What part are you stuck at? – Allan Cameron Sep 04 '20 at 11:06
  • @AllanCameron I realized that one can do two-sided geom_dotplot with just the existing function but plotting twice with 2 different `stackdir`, but geom_dotplot really only works with few data points. What I really want is a histogram version of `geom_violin` and `geom_split_violin`. Any suggestions here? – user3171971 Sep 05 '20 at 01:12
  • 2
    Would you be content with a rectangular kernel? Like `ggplot(mtcars, aes(factor(cyl), mpg)) + geom_violin(kernel = "rectangular")`? – Gregor Thomas Sep 05 '20 at 03:01

0 Answers0