We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
library(tidyverse) library(palmerpenguins) library(marquee) p1 <- penguins |> ggplot() + geom_histogram(aes(x = bill_depth_mm)) + labs( title = "Pygoscelis penguin bill depths", subtitle = "Adelie, Chinstrap, and Gentoo species", ) p2 <- p1 + theme(plot.title = marquee::element_marquee()) + theme(plot.subtitle = marquee::element_marquee()) p1 p2
The text was updated successfully, but these errors were encountered:
I think this is fixed in dev. I did some tweaks to the margin collapsing based on similar feedback
Sorry, something went wrong.
Thanks! Dev version margins look really good :)
No branches or pull requests
The text was updated successfully, but these errors were encountered: