Re: [Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-23 Thread Martin Maechler
Thank you, Bill, (and Gabor BTW) for the nice example. In the mean time the change has made it into R-patched aka 'R 2.7.0 patched' , not only in SVN but also already in last night's snapshot at ftp://stat.ethz.ch/Software/R/ Martin BD> On Tue, 22 Apr 2008, Martin Maechler wrote: BD> I'

Re: [Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-22 Thread Bill Dunlap
On Tue, 22 Apr 2008, Martin Maechler wrote: > I've committed my proposal, and am interested in feedback, > notably additional relevant examples. I tried the following test and the axes looked right in 2.6.2 and the r45453 (right after your change to plot.R). They looked bad (all were 2,4,6,8,10,

Re: [Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-22 Thread Gabor Grothendieck
On Tue, Apr 22, 2008 at 1:45 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > defined for POSIX and Date classes only. > > zoo defines Axis methods for the yearmon and yearqtr classes and potentially other time/date classes will need Axis methods. __ R

Re: [Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-22 Thread Duncan Murdoch
On 4/22/2008 1:37 PM, Sklyar, Oleg (MI London) wrote: > To Martin: > > sorry, you are right, my fault. Your SVN fix for axisLocal seems to > solve the problems for numerics. > However, the problem remains for POSIXct: > > plot(Sys.time()+runif(100,1,7200)) > > (for me it plots time on y correctl

Re: [Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-22 Thread Sklyar, Oleg (MI London)
To Martin: sorry, you are right, my fault. Your SVN fix for axisLocal seems to solve the problems for numerics. However, the problem remains for POSIXct: plot(Sys.time()+runif(100,1,7200)) (for me it plots time on y correctly, but labeling of index x axis and xlab="Index" are wrong/missing). I w

Re: [Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-22 Thread Martin Maechler
> "OlegS" == Sklyar, Oleg \(MI London\) <[EMAIL PROTECTED]> > on Tue, 22 Apr 2008 17:34:24 +0100 writes: OlegS> Hi all: OlegS> following the previous discussion, it looks like plot(x) with y=NULL OlegS> still does not work correctly. If one tries for example plot(1:5) it

[Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-22 Thread Sklyar, Oleg (MI London)
Hi all: following the previous discussion, it looks like plot(x) with y=NULL still does not work correctly. If one tries for example plot(1:5) it works, but already for plot(runif(100)) it does not. I posted the proposed correction for plot.POSIXct and plot.POSIXlt before. Please voice your opinio