[EMAIL PROTECTED] wrote:
Full_Name: G. Grothendieck
Version: R version 2.8.0 Patched (2008-10-21 r46766)
OS: Vista
Submission from: (NULL) (69.63.56.110)


Was posted here on r-devel

https://stat.ethz.ch/pipermail/r-devel/2008-November/051173.html

but got no replies.

The list probably knows you well enough to expect that you'd come up with a patch for axis.date...

The issue is that it is clipping the "at" values

    z <- z[z >= range[1] & z <= range[2]]

but not the corresponding "labels". A slight complication is that labels can be absent or TRUE/FALSE.

--
   O__  ---- Peter Dalgaard             Ă˜ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])              FAX: (+45) 35327907

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to