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
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
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