Re: [R] qplot(ggplo2): axis label sizes/colors

2010-03-23 Thread Xie Chao
http://had.co.nz/stat405/lectures/21-themes.pdf On Wed, Mar 24, 2010 at 1:22 AM, milton ruser wrote: > Dear all, > > How can I change the size and the color of axis? > I would like that the xlab to be larger, xvalues to be > larger, and xvalues in black instead of grey. > > x=runif(10) > y=runif(

[R] qplot(ggplo2): axis label sizes/colors

2010-03-23 Thread milton ruser
Dear all, How can I change the size and the color of axis? I would like that the xlab to be larger, xvalues to be larger, and xvalues in black instead of grey. x=runif(10) y=runif(10) require(ggplo2) qplot(x,y) cheers milton [[alternative HTML version deleted]] ___