gg1 = ggplot(df1) + geom_point(aes(x=x, y=y1)) + ggtitle("there is now space above") + theme(plot.title = element_text(margin = margin(t = 1 ...
確定! 回上一頁