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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Thu, 22 Nov 2001, Sven Garbade wrote:> 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.It's changed by cex.axis (not axix).> plot(1:10, cex.axis=0.5)works for me. What scaling you can do to fonts is device-dependent, though, and you may not be able to reduce the font that much on some. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Sven Garbade wrote:> > 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.Works both in plot(): cex.axis for the tick mark labels or cex.lab for the axes labels. You can also set it in par() Uwe -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
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? > > RashidAs 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Sven Garbade <garbade at psy.uni-muenchen.de> writes:>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. ^^^^^^^^It works for me (well cex.axis does). Mark -- Mark Myatt -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._