Skip to content
Prev 177075 / 398506 Next

savePlot error when type = "eps" or "wmf"

Hello,

When I use savePlot(filename="xy",type="eps") or
savePlot(filename="xy",type="wmf")  , I get the following error:

Error in grid.Call("L_textBounds", as.graphicsAnnot(x$label), x$x, x$y,  : 
  Polygon edge not found (zero-width or zero-height?)

This doesn't occur when I change the type to "jpeg" or "bmp".  Can anyone
explain what is going on and how I can fix it?  Your help is much
appreciated,

James