David Lindelof <lindelof <at> ieee.org> writes:

> I'm trying to create a 10x7 rectangular grid of individual plots, each
> of which is a contour plot that shows a slice from a three-dimensional
> matrix.

The problem is that you construct individual plots, and then try to glue these
together. This is a bit against the trellis philosophy. Think of one data.frame,
one plot, broken down by panels.
 
> How can I specify that I do not want any margin at all between the
> plots, nor tick marks or axis labels? I have tried setting every
> layout.widths$XXX to zero without success.
> 

And then try the last example on the contourplot page, which does exactly what
you want.

Dieter

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to