MathGroup Archive 1999

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

Search the Archive

Re: save 3d-graphics as tiff

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15426] Re: save 3d-graphics as tiff
  • From: alpm3 at my-dejanews.com
  • Date: Wed, 13 Jan 1999 20:57:37 -0500
  • Organization: Deja News - The Leader in Internet Discussion
  • References: <77f1bb$m39@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Witold

Just a problem of the variable name. Since 3d means 3 times d, so you
should give the sutable name for this such as threeD. I tested it and
it worked properly.

Best Regards

Atsushi Oda, <a-oda at muj.biglobe.ne.jp> Kawasaki, JAPAN

In article <77f1bb$m39 at smc.vnet.net>,
  "wgrebe" <wgrebe at cityweb.de> 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"];
>
> (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
>
>


-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own



  • Prev by Date: Data fitting with Mathematica 3.0
  • Next by Date: Re: save 3d-graphics as tiff
  • Previous by thread: Re: save 3d-graphics as tiff
  • Next by thread: Re: save 3d-graphics as tiff