On Wed, Oct 27, 2010 at 6:45 AM, Peter Davenport 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 09:28, Peter Da
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 wrote:
> Unwanted space (padding?) is introduced at the extremes of the x and y
> axes of my lattice plots.
> I've tried defining t
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:
test.df<-data.fram
3 matches
Mail list logo