You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
centering the title
Here's how to do with ggplot:
mtcars %>%
ggplot(aes(x = ..., y = ...)) +
geom_point() +
labs(title = "Please center me") +
# code to center the plot
theme(plot. title = element_text(hjust = 0.5))
-- https://twitter.com/jkregenstein/status/1202963510197661701?s=20
The text was updated successfully, but these errors were encountered: