library(ggplot2) p0 <- ggplot(mpg, aes(class))+geom_bar(aes(fill=drv)) # manual # 主要是values參數指定顏色p0 p0 + ...
確定! 回上一頁