changed cols for groups

This commit is contained in:
Tanushree Tunstall 2020-10-31 20:53:44 +00:00
parent 6375a53feb
commit eaa8416255

View file

@ -25,7 +25,8 @@ doMyPlots <- function(df) {
, color = obesity
#, palette = c("#00BFC4", "#F8766D")
))+
scale_colour_manual(values=c("blue", "red")) +
scale_colour_manual(values=c("#00BFC4", "#F8766D")) +
scale_y_log10()
theme(axis.text.x = element_text(size = 15)
, axis.text.y = element_text(size = 15
, angle = 0