From eaa84162557a57ee9b06dc7ca39e563bf227b177 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sat, 31 Oct 2020 20:53:44 +0000 Subject: [PATCH] changed cols for groups --- boxplot_stat_function.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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