diff --git a/boxplot_stat_function.R b/boxplot_stat_function.R index 91d251d..085ed22 100644 --- a/boxplot_stat_function.R +++ b/boxplot_stat_function.R @@ -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