I tried adding a subtitle using +opts(subtitle="text") but nothing showed up. The main title does work (+opts(title="text")).
I would also like to use a larger font for the axis (labels and coordinates), but I can’t tell how to do that.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
theme_get()will show you the “hidden” options that you can use inopts(), post 0.91 it’stheme()Current:
Pre 0.91:
Change size, to your desired size.
wrt the title, you can use “\n” to move the remaining text to a new line:
Current:
Pre 0.91:
ggplot2 doesn’t have “subtitle” functionality. But you can use the \n term in any of the labels to drop down a line.