NEWS.md
Aus_athletes
.scale_discrete_manual()
has been removed from the ggridges package, as it has been available in ggplot2 since version 3.0.0.stat_density_ridges()
now has a parameter n
that determines at how many points along the x axis the density is estimated.alpha
aesthetic is now by default applied to jittered points. If you don’t want this to happen, set point_alpha = 1
.quantile_fun = mean
.geom_density_line()
which is a drop-in replacement for geom_density()
but draws a ridgeline rather than a closed polygon.theme_ridges()
has been modified so that font sizes match the cowplot themes. In particular, this means smaller axis tick labels.Numerous improvements:
binline
that can be used to draw histogram joyplots.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()
.geom_ridgeline_gradient
and geom_joy_gradient
that can handle gradient fills.