Skip to contents

ggridges 0.5.7

ggridges 0.5.6

CRAN release: 2024-01-23

  • fix issues with upcoming ggplot2 3.5.0.

ggridges 0.5.5

CRAN release: 2023-12-15

ggridges 0.5.4

CRAN release: 2022-09-26

  • Remove broken link in docs.

ggridges 0.5.3

CRAN release: 2021-01-08

  • Make sure tests don’t fail if vdiffr is missing.

ggridges 0.5.2

CRAN release: 2020-01-12

ggridges 0.5.1

CRAN release: 2018-09-27

  • The alpha aesthetic is now by default applied to jittered points. If you don’t want this to happen, set point_alpha = 1.
  • Allow custom function to calculate the position of quantile lines. This makes it possible, for example, to place a line at the mean, via quantile_fun = mean.
  • Allow coloring of quantile lines and jittered points by quantile.

ggridges 0.5.0

CRAN release: 2018-04-05

  • Expanded documentation and gallery of example plots.
  • Reworked stat_density_ridges, geom_ridgeline, geom_density_ridges, etc. so that jittered points and quantile lines can be drawn on top of the distributions. Points and quantile lines can be styled separately from the rest of the ridgeline plot, via special aesthetics.
  • Added position options to control how the jittered points are drawn. Default is uniformly spaced within the density area.
  • Added 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.

ggridges 0.4.1

CRAN release: 2017-09-15

  • Skip vdiffr visual tests when compiling on CRAN

ggridges 0.4.0

CRAN release: 2017-09-14

  • Initial import of code base from ggjoy, and renaming: geom_joy -> geom_density_ridges stat_joy -> stat_density_ridges theme_joy -> theme_ridges