ggplot(d,aes(x=x,y=y)) + geom_boxplot() + theme(axis.text.x=element_text(size=15, angle=90,hjust=0.95,vjust=0.2)).
確定! 回上一頁