ggplot (mpg, aes(x=displ, y=cty, colour=drv)) + geom_point() + theme(axis.title = element_text(size =18, face="bold"), legend.position="top", plot.background ...
確定! 回上一頁