Message-ID: <Pine.LNX.4.64.0612280930001.11219@tajo.ucsd.edu>
Date: 2006-12-28T17:35:35Z
From: Charles C. Berry
Subject: axis and times() problem
In-Reply-To: <971536df0612280134k4deb34aem3a650c8daa6f1004@mail.gmail.com>
On Thu, 28 Dec 2006, Gabor Grothendieck wrote:
> The axes do not intersect with this command. Is it a bug?
>
> plot(c(.51, .6), bty = "n", xaxs = "i", yaxs = "i")
>
> If I remove the bty = "n" then they do intersect.
box() is making it look like the axes are different.
Axis()/axis() is behaving the same way in both cases.
> par(mfrow=c(1,2))
> plot(c(.51, .6), bty = "n", xaxs = "i", yaxs = "i")
> box(lty=2)
> plot(c(.51, .6), xaxs = "i", yaxs = "i")
> axis(4,col=2)
[...]
Charles C. Berry (858) 534-2098
Dept of Family/Preventive Medicine
E mailto:cberry at tajo.ucsd.edu UC San Diego
http://biostat.ucsd.edu/~cberry/ La Jolla, San Diego 92093-0717