ggplot(diamonds,aes(cut,price,fill=color))+ geom_boxplot()+ ggtitle("Box Plot")+ theme_wsj()+ scale_fill_wsj()+ guides(fill=guide_legend(title=NULL)).
確定! 回上一頁