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 the
ggplot2
legend.key.width = unit(2, \"line\")
the
A simpler but equally effective option would be:
+ theme_bw(base_size=X)