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
Subtitle renders in smaller font just under the main plot title. Using following code:
ggtitle(expression(atop("Main Title", atop("Subtitle"), "")))
The text was updated successfully, but these errors were encountered:
Final code looks as follows: bquote(atop(bold(.(title)), atop(.(subtitle)),""))
bquote(atop(bold(.(title)), atop(.(subtitle)),""))
Sorry, something went wrong.
#41 - added argument subtitle in the plotting (create) functions.
34aed82
change implementation to use new feature in ggplot 2.2.0 to use subtitle and caption. See: https://www.r-bloggers.com/ggplot2-2-2-0/?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+RBloggers+%28R+bloggers%29
grigory93
No branches or pull requests
Subtitle renders in smaller font just under the main plot title. Using following code:
The text was updated successfully, but these errors were encountered: