Answers for "edit ggplot legend labels"

2

how to change labels on legend ggplot

scale_color_manual(values = c("#D16103", "#4E84C4"),
                     labels = c("Justin", "Myself"))
Posted by: Guest on March-11-2020
0

legend title ggplot

p + scale_fill_discrete(name = "New Legend Title")
Posted by: Guest on July-22-2021

Browse Popular Code Answers by Language