Answers for "center title ggplot2"

0

ggplot center title

theme(plot.title = element_text(hjust = 0.5))
Posted by: Guest on August-15-2021
0

centering ggplot2 titles

# Add a theme argument: 
theme(plot.title = element_text(hjust = 0.5))
Posted by: Guest on February-27-2021

Browse Popular Code Answers by Language