Re: [R] Control of axis limits in multiple panel lattice plots

2010-10-28 Thread Deepayan Sarkar
On Wed, Oct 27, 2010 at 6:45 AM, Peter Davenport pwdavenp...@gmail.com wrote: I've found the solution to this in an old post of Deepayan's: lattice.options(axis.padding = list(numeric=0)) Or xyplot(a~b|c,data=test.df, scales = list(axs = i)) -Deepayan Best, Peter On 27 October 2010

[R] Control of axis limits in multiple panel lattice plots

2010-10-27 Thread Peter Davenport
Unwanted space (padding?) is introduced at the extremes of the x and y axes of my lattice plots. I've tried defining the scales using xlim, scale and num.limits in x.scale.components, but haven't succeded in getting overriding the introduction of extra space. Here's the problem:

Re: [R] Control of axis limits in multiple panel lattice plots

2010-10-27 Thread Peter Davenport
I've found the solution to this in an old post of Deepayan's: lattice.options(axis.padding = list(numeric=0)) Best, Peter On 27 October 2010 09:28, Peter Davenport pwdavenp...@gmail.com wrote: Unwanted space (padding?) is introduced at the extremes of the x and y axes of my lattice plots.