axis and times() problem
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