Consider the following:library(ggplot2)library(grid)ggplot(diamonds, aes(clarity, fill=cut)) + geom_bar() + theme( plot.margin=unit(x=c(0,0,0,0),units="mm") ...
確定! 回上一頁