[R] changing the magnification of axis annotation

Sven Garbade garbade at psy.uni-muenchen.de
Thu Nov 22 13:42:15 CET 2001


Rashid Nassar wrote:
> 
> Sven,
> 
> I tried   cex.axis=.5  in R version 3.1 and it works.  You said you tried
> "cex.axix=0.5", could it be that you misspelled it (axiX) also in R?
> 
> Rashid

As Colin pointed out,

par(cex=0.5)
plot(x,y)

works, but not plot(x,y, cex.axix=0.5) (in R 3.1.1)

Thanks to all, Sven

> On Thu, 22 Nov 2001, Sven Garbade wrote:
> 
> > Date: Thu, 22 Nov 2001 12:32:16 +0100
> > From: Sven Garbade <garbade at psy.uni-muenchen.de>
> > To: R-Help <r-help at stat.math.ethz.ch>
> > Subject: [R] changing the magnification of axis annotation
> >
> > Hi all,
> >
> > how do I change the magnification of xaxis annotation? I need a smaller
> > axis text size in some of my plots. I tried cex.axix=0.5 in plot(), but
> > this doesn't work.
> >
> > Thanks, Sven
> > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> > r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> > Send "info", "help", or "[un]subscribe"
> > (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> >
> >
> >
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list