Closed
Description
Ref to: #4087
Try:
colors_named_vector <- c(
red = "red",
blue = "blue",
green = "green"
)
library(ggplot2)
ggplot(iris, aes(x=Sepal.Length, y=Sepal.Width, color=Species)) +
geom_point() %>%
scale_color_manual(values=colors_named_vector)
it seems as if it has not been fixed
Metadata
Metadata
Assignees
Labels
No labels