MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

save 3d-graphics as tiff

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15398] save 3d-graphics as tiff
  • From: "wgrebe" <wgrebe at cityweb.de>
  • Date: Tue, 12 Jan 1999 03:14:58 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I try to save a ListPlot3D as TIFF or GIF but it doesn't work. I have
the following code in a package:

3d=ListPlot3D[spec3D,Mesh->False,ColorFunction->Hue];
SetDirectory["C:\\temp"];
 Display["picture.tif",3d,"TIFF"];

(or another format e.g. GIF)

The picture is drawn but then I get the message:
 
Display::type: 
    3d is not a graphics, notebook, cell, or box expression.

How can I convert the picture in my package, so that I can save it as
TIFF?

Thank you

Witold

wgrebe at cityweb.de



  • Prev by Date: InterCall
  • Next by Date: Can this ODE be solved?
  • Previous by thread: Re: InterCall
  • Next by thread: Re: save 3d-graphics as tiff