[R] changing the magnification of axis annotation

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Nov 22 13:36:45 CET 2001


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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list