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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to