Increase ALL Text Size in ggplot2

You can add

+ theme(text = element_text(size=20))

to a ggplot object to modify the size of ALL text elements.

(This is with ggplot2 3.4.1 in case they change the API again.)

Home | Back to blog

This work is licensed under CC BY-NC 4.0 Creative Commons BY-NC image