Answers for "theme legend position non"

1

ggplot legend size

plot + theme(legend.key.size = unit(2, "cm"))
Posted by: Guest on March-21-2020
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

Code answers related to "theme legend position non"

Browse Popular Code Answers by Language