tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.45k stars 2.02k forks source link

Rename gradient scales #5828

Closed teunbrand closed 3 months ago

teunbrand commented 5 months ago

This PR aims to fix #5821.

Briefly, it renames scale_*_gradient() to scale_*_gradient_seq() for sequential scales, and renames scale_*_gradient2() to scale_*_gradient_div() for diverging scales. The old names are kept as aliases.