powered by
Continuous ggplot2 fill scale using an aelab palette.
scale_fill_aelab_c(name, direction = 1)
A ggplot2 scale.
ggplot2
Palette name passed to aelab_palettes.
aelab_palettes
1 (default) for normal order; -1 to reverse.
1
-1
if (FALSE) { ggplot2::ggplot(mtcars, ggplot2::aes(factor(cyl), fill = mpg)) + ggplot2::geom_col() + scale_fill_aelab_c("ghg") }
Run the code above in your browser using DataLab