p<-ggplot(ToothGrowth, aes(x=dose, y=len, fill=dose)) + geom_boxplot() p # Use custom color palettes p+scale_fill_manual(values=c("#999999", ...
確定! 回上一頁