Skip to content
Back to formatted view

Raw Message

Message-ID: <200003132102.WAA13861@pubhealth.ku.dk>
Date: 2000-03-13T21:02:44Z
From: aim@uwo.ca
Subject: error in par option xaxt (PR#483)

Full_Name: Ian McLeod
Version: 1
OS: WinNT
Submission from: (NULL) (129.100.45.131)


The plot optional argument xaxt does not work.  Setting xaxt="n" has no effect,
the axis is annotated. The R online documention provides an example. See
help(axis) and try to execute the illustrative script. The annotated labels are
overwritten.

For convenience, I have extracted the following from the help(axis) page:

plot(1:4, rnorm(4), axes=FALSE)
axis(1, 1:4, LETTERS[1:4])
axis(2)
box() #- to make it look "as usual"

plot(1:7, rnorm(7), type = 's', xaxt='n', col = 'red')
axis(1, 1:7, LETTERS[1:7], col.axis = 'blue')




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