Re: Re: scatterplot3d_movie
- To: mathgroup at smc.vnet.net
- Subject: [mg33084] Re: [mg33034] Re: scatterplot3d_movie
- From: Dale Horton <daleh at wolfram.com>
- Date: Fri, 1 Mar 2002 06:51:48 -0500 (EST)
- References: <a5fmdc$e23$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
At 11:47 PM 2/26/2002, Umby wrote:
>I tried, but it does not work: the gif it is not animate
>-Umby
>
> > To view as a Mathematica animation,
> >
> > Map[Show[#, DisplayFunction -> $DisplayFunction] &, disetot]
> >
> > To export as an animated GIF,
> >
> > Export["file.gif", disetot]
> >
> > -Dale
> >
> >
It should animate, but it doesn't loop
Export["file.gif", disetot, ConversionOptions->{"Loop"->True}]
-Dale