ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Rename gradient scales

Open teunbrand opened this issue 3 months ago • 0 comments

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.

teunbrand avatar Apr 05 '24 10:04 teunbrand