You can use the theme() argument in ggplot2 to change the margin areas of a plot: ggplot(df, aes(x=x)) + geom_histogram() + ...
確定! 回上一頁