daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
http://daattali.com/shiny/ggExtra-ggMarginal-demo/
Other
383 stars 45 forks source link

Support for marginal violin plots #62

Closed alanocallaghan closed 7 years ago

daattali commented 7 years ago

why did you close this issue? I think it's a good idea

alanocallaghan commented 7 years ago

I thought it had a large overlap with density plots, but on reflection there are additional features of a violin plot that would be useful.

daattali commented 7 years ago

Yes it could be useful. It should be fairly straight forward to add support for it, I think it's essentially a copy of how boxplots work. If anyone wants to submit a PR, I'd happily accept