Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align title #33

Open
jonocarroll opened this issue Dec 7, 2019 · 0 comments
Open

Align title #33

jonocarroll opened this issue Dec 7, 2019 · 0 comments

Comments

@jonocarroll
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant