Re: ListAnimate and GIF format saving
- To: mathgroup at smc.vnet.net
- Subject: [mg83564] Re: ListAnimate and GIF format saving
- From: mcmcclur at unca.edu
- Date: Fri, 23 Nov 2007 05:28:37 -0500 (EST)
- References: <fi0q7r$6ls$1@smc.vnet.net>
On Nov 21, 3:28 am, "nilaak... at gmail.com" <nilaak... at gmail.com> wrote: > I am sending a small code (in Mathematica 6.0). Here data plots > as animation and I want to save as a .gif file. Export["anim.gif", graphicsList] will automatically export to an animated GIF, assuming that graphicsList is a List of Graphics objects. You should remove the ListAnimate command from your example, if you want to generate an animated GIF. Mark