📅  最后修改于: 2022-03-11 14:57:52.961000             🧑  作者: Mango
代码示例1
ggplot() +
ggtitle("Use theme(plot.title = element_text(hjust = 0.5)) to center") +
theme(plot.title = element_text(hjust = 0.5))