http://had.co.nz/stat405/lectures/21-themes.pdf
On Wed, Mar 24, 2010 at 1:22 AM, milton ruser <milton.ruser at gmail.com>
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(10)
> require(ggplo2)
> qplot(x,y)
>
> cheers
>
> milton
>
> ? ? ? ?[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>