https://github.com/clauswilke/ggridges
Revision cf76c423009f530dc84a8960a8e7247e40bc1d02 authored by Claus Wilke on 17 August 2017, 23:02:21 UTC, committed by Claus Wilke on 17 August 2017, 23:02:21 UTC
1 parent 00e472b
Raw File
Tip revision: cf76c423009f530dc84a8960a8e7247e40bc1d02 authored by Claus Wilke on 17 August 2017, 23:02:21 UTC
removing cowplot dependency b/c cowplot depends on ggjoy.
Tip revision: cf76c42
NEWS
ggjoy 0.3.0.9000
----------------------------------------------------------------
- Added an option to center axis labels to `theme_joy()`.

ggjoy 0.3.0
----------------------------------------------------------------
- Added cyclical scales that make it easy to alternate between fill colors
  and other aesthetics.

ggjoy 0.2.0
----------------------------------------------------------------
Numerous improvements:
- New stat `binline` that can be used to draw histogram joyplots.
- Various improvements in `stat_joy`. In particular, it now works properly
  with multiple panels. It also now has parameters `from` and `to` to limit the
  range of density estimation, just like `density()`.
- Improvements in the vignettes
- New geoms `geom_ridgeline_gradient` and `geom_joy_gradient` that can handle gradient fills.

ggjoy 0.1.0
----------------------------------------------------------------
First complete implementation ready for initial release
back to top