Is there a way to increase the font size in ggplot2
? I think I need to specify something like legend.key.width = unit(2, "line")
in the theme
function, but that is used to adjust the keys in legends, not the font sizes. Thanks!
Is there a way to increase the font size in ggplot2
? I think I need to specify something like legend.key.width = unit(2, "line")
in the theme
function, but that is used to adjust the keys in legends, not the font sizes. Thanks!