Re: save 3d-graphics as tiff
- To: mathgroup at smc.vnet.net
- Subject: [mg15413] Re: save 3d-graphics as tiff
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 13 Jan 1999 20:57:27 -0500
- Organization: Universitaet Leipzig
- References: <77f1bb$m39@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Witold, a Mathematica identifyer can only start with $, a, b ,..,z, A,.., Z. A construction 3d will be translated to Times[3,d] that is not a variable and can't hold a value. You had typed 3*d=ListPlot[...] Display["picture.tif",3*d,"TIFF"] that is clearly nonsense and Mathematica tell you this. Hope that helps Jens wgrebe wrote: > > 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"]; -----SNIPP----- > How can I convert the picture in my package, so that I can save it as > TIFF? > > Thank you > > Witold > > wgrebe at cityweb.de