Hi,
I have simple questions.
How do I change the font of labels in ggplot2?
What are the options to set the scale of axes?
Many thanks,
Jakub
Hi,
I have simple questions.
How do I change the font of labels in ggplot2?
What are the options to set the scale of axes?
Many thanks,
Jakub
Hi Jakub,
I have use this theme() to change the size of the font. In this example it changes the size of the text associated with the x axis.
+ theme(axis.text.x = element_text(size = 8))
Good luck!
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.