Closed
Description
The latest addition of aesthetics
to scale_fill_*
and scale_colour_*
are fantastic, but the colour geom only works with the British spelling.
ggplot(iris, aes(x = Sepal.Length, y = Petal.Length, color = Sepal.Length, fill = Petal.Length)) +
geom_point(shape = 21, size = 3, stroke = 2) +
scale_color_viridis_c(name = "Length",
option = "B", aesthetics = c("color", "fill"))
Produces...
When the desired output is...
Metadata
Metadata
Assignees
Labels
No labels