[R] Sizing axis labels in ggplot2

David Arnold dwarnold45 at suddenlink.net
Wed Dec 4 02:48:32 CET 2013


All,

Say I do:

require(ggplot2)
names(PlantGrowth)
bp <- ggplot(PlantGrowth,aes(x=group,y=weight))+geom_boxplot()

But the default axis labels and tick labels are just too small for me to
read.

What is the easiest was to enlarge the font size of axis labels and tick
labels?

Thanks.

D.



--
View this message in context: http://r.789695.n4.nabble.com/Sizing-axis-labels-in-ggplot2-tp4681605.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list