wilkelab / cowplot

cowplot: Streamlined Plot Theme and Plot Annotations for ggplot2
https://wilkelab.org/cowplot/
704 stars 84 forks source link

Change label size in plot.grid() ? #75

Closed G-Thomson closed 7 years ago

G-Thomson commented 7 years ago

Is it possible to change the size of the labels in plot.grid() ? When figures get large it would be nice to increase them in size a bit.

I gather I could use draw_label() but maybe there is an easier method.

G-Thomson commented 7 years ago

Sorry, was using ggarrange()which calls plot.grid()