Dear All, I tried to draw 3 filled.contour plots on one page, but failed. It returns "Error in plot.new() : Figure margins too large". Can anyone help me to do this. BTW, does anyone has the experience to draw a isosurface with R? Dr Zhiqiang Cui School of Geography and Environmental Sciences The University of Birmingham Edgbaston, Birmingham B15 2TT
Hi,
take a look what are your par("mar").  Reasonable values are e.g.
par(mar=c(4,3,1,1))
If it does not help, look at help page for par() and look at different
parameters, related with margins.
 | From: Z Cui <Z.Cui at bham.ac.uk>
 | Date: Thu, 05 Dec 2002 11:27:02 +0000
 | 
 | Dear All,
 | 
 | I tried to draw 3 filled.contour plots on one page, but failed. It returns 
 | "Error in plot.new() : Figure margins too large". 
 | 
 | Can anyone help me to do this.
 | 
 | BTW, does anyone has the experience to draw a isosurface with R?
Unfortunately, I have not.
Ott
The help page for filled.contour() says:
     This function currently uses the `layout' function and so is
     restricted to a full page display.  In future it is likely to be
     replaced by a genuine `levelplot' function which will work in
     multipanel displays.
I guess it's only one plot per page for now.
-roger
_______________________________
UCLA Department of Statistics
rpeng at stat.ucla.edu
http://www.stat.ucla.edu/~rpeng
On Thu, 5 Dec 2002, Z Cui wrote:
> Dear All,
> 
> I tried to draw 3 filled.contour plots on one page, but failed. It returns 
> "Error in plot.new() : Figure margins too large". 
> 
> Can anyone help me to do this.
> 
> BTW, does anyone has the experience to draw a isosurface with R?
> Dr Zhiqiang Cui
> School of Geography and Environmental Sciences
> The University of Birmingham
> Edgbaston, Birmingham
> B15 2TT
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> http://www.stat.math.ethz.ch/mailman/listinfo/r-help
>