Skip to content
Prev 6038 / 63468 Next

cex.axis in barplot() (PR#1070)

jerome@stat.ubc.ca wrote:
...  further graphical parameters (par) are passed to plot.window() and
title(). 
[let me add: ... and not to axis()...]

But you can use:

 par(cex.axis=3)
 barplot(1:3, names.arg=1:3, xlab="x", ylab="y")
... as expected.
In this case (no symbols are drawn inside the plot, ...) also expected.
Without looking at the code not so easy as the workaround described
above. An example:

  barplot(1:3, names.arg=1:3, xlab="x", ylab="y")
  axis(1, at=1:3)


Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._