Skip to contents

A two colour gradient for continuous variables to apply to fill aesthetic

Usage

scale_fill_exploristics(...)

Arguments

...

Arguments passed to scale_color_gradient

Author

Gareth Burns

Examples

library(ggplot2)
ggplot(data = mtcars, aes(x = wt, y = mpg, size = hp, fill = mpg)) +
geom_point(shape = 21) +
scale_colour_exploristics()