MathGroup Archive 2007

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

Search the Archive

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


  • Prev by Date: Export figures with tooltips
  • Next by Date: Database like "left join" or SAS like Merge function
  • Previous by thread: Re: ListAnimate and GIF format saving
  • Next by thread: Re: ListAnimate and GIF format saving