Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

rstudio boxplot coloring

df %>% ggplot(aes(x=age_group, y=height, fill=age_group)) + 
  geom_boxplot(width=0.5,lwd=1)+
  labs(subtitle="Filling Boxplot with Colors by a Variable")
Source by datavizpyr.com #
 
PREVIOUS NEXT
Tagged: #rstudio #boxplot #coloring
ADD COMMENT
Topic
Name
8+6 =