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
The example from the docs
library(ggplot2) library(marquee) p <- ggplot(mtcars) + geom_point(aes(mpg, disp)) + labs(title = "A {.red *marquee*} title\n* Look at this bullet list\n\n* great, huh?") + theme_gray(base_size = 6) + theme(title = element_marquee()) plot(p)
Results in a plot in which the title is not rendered at all:
The text was updated successfully, but these errors were encountered:
My guess is that it is a graphics device issue. What device and version are you using?
Sorry, something went wrong.
Ah, indeed. Was using the default device in Rstudio. The whole thing works if using RAG.
That does seem to be mangling my ggplot theme's font though :|
Can you please open a new issue with a reprex for that?
Filed an issue here – I hope that was the right place for it.
No branches or pull requests
The example from the docs
Results in a plot in which the title is not rendered at all:
The text was updated successfully, but these errors were encountered: