I have this code:
performance %>%
ggplot(aes(Sexo, fill = factor(PLM.year1))) +
geom_bar(position = "fill")
and its giving me some weird colours.. I want them in grey.. how can I change it, please?
I have this code:
performance %>%
ggplot(aes(Sexo, fill = factor(PLM.year1))) +
geom_bar(position = "fill")
and its giving me some weird colours.. I want them in grey.. how can I change it, please?