changed cols for groups
This commit is contained in:
parent
6375a53feb
commit
eaa8416255
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue