Use a single color. # box plot ggplot(ToothGrowth, aes(x=dose, y=len)) + geom_boxplot(fill='#A4A4A4', color= ...
確定! 回上一頁