Answers for "labels in ggplot2"

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

ggplot geom_bar x axis labels

##
p + scale_x_discrete(limit = c("I1", "SI2", "SI1"),
                     labels = c("Ione","SItwo","SIone"))
Posted by: Guest on July-30-2020

Browse Popular Code Answers by Language