Re: [Rd] support for POSIXct classes in image.default axes

2013-04-17 Thread Michael Sumner
Perfect, thanks very much. I couldn't see the xlim/ylim solution which is really neat, and clearly better than my suggestion. Cheers, Mike. On Wed, Apr 17, 2013 at 6:15 PM, Prof Brian Ripley wrote: > On 12/04/2013 12:27, Michael Sumner wrote: > >> Hello, I would like to suggest the following ch

Re: [Rd] support for POSIXct classes in image.default axes

2013-04-17 Thread Prof Brian Ripley
On 12/04/2013 12:27, Michael Sumner wrote: Hello, I would like to suggest the following change to image.default in src\library\graphics\R\image.R: 98c98 < plot(NA, NA, xlim = xlim, ylim = ylim, type = "n", xaxs = xaxs, --- plot(x[1], y[1], xlim = xlim, ylim = ylim, type = "n", xaxs

[Rd] support for POSIXct classes in image.default axes

2013-04-12 Thread Michael Sumner
Hello, I would like to suggest the following change to image.default in src\library\graphics\R\image.R: 98c98 < plot(NA, NA, xlim = xlim, ylim = ylim, type = "n", xaxs = xaxs, --- > plot(x[1], y[1], xlim = xlim, ylim = ylim, type = "n", xaxs = xaxs, This provides all the support of ax