[Rd] plot.POSIXct uses wrong x axis (PR#14016)

2009-10-20 Thread karl
Full_Name: Karl Ove Hufthammer Version: 2.10.0 beta OS: Windows Submission from: (NULL) (93.124.134.66) When plotting a single POSIXct variable, 'plot' uses a nonsensical x axis. Here is some example code: set.seed(1) x=seq(1,1e8,length=100)+round(runif(100)*1e8) y=as.POSIXct(x,origin="2001-01-0

Re: [Rd] plot.POSIXct

2006-10-12 Thread Duncan Murdoch
On 10/12/2006 9:08 AM, Armstrong, Whit wrote: > I've never had any issues with the way that plot.POSIXct chooses the > labels of the date axis before, but in this particular case it's output > is a little confusing. It was wrong, but this was fixed in R-patched last week. I've added an item to N

Re: [Rd] plot.POSIXct

2006-10-12 Thread Armstrong, Whit
Sorry forgot to include: > R.Version() $platform [1] "x86_64-unknown-linux-gnu" $arch [1] "x86_64" $os [1] "linux-gnu" $system [1] "x86_64, linux-gnu" $status [1] "" $major [1] "2" $minor [1] "4.0" $year [1] "2006" $month [1] "10" $day [1] "03" $`svn rev` [1] "39566" $language [1] "R"

[Rd] plot.POSIXct

2006-10-12 Thread Armstrong, Whit
I've never had any issues with the way that plot.POSIXct chooses the labels of the date axis before, but in this particular case it's output is a little confusing. plot(seq(as.POSIXct("1997-10-01"),length.out=108,by="month"),rnorm(108)) This command produces a chart with every x tick mark labeled