https://github.com/clauswilke/ggridges
Raw File
Tip revision: 0920ccb694eff080d8fcbbe79098f75a3697c9db authored by Claus Wilke on 31 May 2018, 23:02:23 UTC
Add scaled density to stat_density_ridges output. Closes #24.
Tip revision: 0920ccb
TODO
Things to do
================================
- Add position_points_beeswarm() and position_points_quasirandom()
- Add stat for categorical data, as described here: https://stackoverflow.com/a/47614529/4975218
- Add more visual tests, and figure out why vdiffr has stopped working.
- In legend drawing code, can we detect the presence of jittered points from the input data, not from the parameter setting?

back to top