[Rd] cex.axis in boxplot (PR#2628)

Torsten.Hothorn at rzmail.uni-erlangen.de Torsten.Hothorn at rzmail.uni-erlangen.de
Wed Mar 12 17:28:03 MET 2003


Hi,

the graphical parameter "cex.axis" does not have any affect for "boxplot":

data(iris)
boxplot(iris[,1:4], ylab="y", cex.lab=2, cex.axis=2)


The patch is simply adding "cex.axis" to the search for axis relevant
parameters in "bxp":

ax.pars <- pars[names(pars) %in% c("xaxt", "yaxt", "las", "cex.axis")]

Best,

Torsten


--please do not edit the information below--

Version:
 platform = i686-pc-linux-gnu
 arch = i686
 os = linux-gnu
 system = i686, linux-gnu
 status = Under development (unstable)
 major = 1
 minor = 7.0
 year = 2003
 month = 03
 day = 11
 language = R

Search Path:
 .GlobalEnv, package:methods, package:ctest, package:mva, package:modreg,
package:nls, package:ts, Autoloads, package:base



More information about the R-devel mailing list