--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
Hello all,
I'm trying to make vertical density plots of the type found here: http://had.co.nz/ggplot2/stat_density.html (and see below for the clip). However, I'm trying to put two vertical bars side by side in each facet_grid category. So, for example, below I would like to have two vertical bars in the "Fair" category - one bar for one data group, and another bar for another. The same for "Good", "Very Good", etc.
Any ideas about how I might go about doing that?
Thanks!
Alex
![]()
--