base_t <- base + labs(title = "This is a ggplot") + xlab(NULL) + ... also plot margins base_t + theme(plot.title = element_text(margin = margin())) base_t + ...
確定! 回上一頁