MathGroup Archive 2007

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

Search the Archive

ListAnimate skipping frames

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81520] ListAnimate skipping frames
  • From: nonaggie at gmail.com
  • Date: Wed, 26 Sep 2007 06:47:40 -0400 (EDT)

Hi,

When I have a ListAnimate contained inside a Dynamic, it skips frames
the first time it plays.  For instance, if I evaluate

Dynamic[test]

followed by

test = ListAnimate[
   Table[
    Column[{n,
      Plot[Sum[x^k, {k, 0, n}], {x, -3, 3},
       PlotRange -> {-2, 6}]}], {n, 1, 5}],
   AnimationRepetitions -> 1];

I do not see all the frames of the animation.  Can anybody suggest a
fix?

Thanks!



  • Prev by Date: Debug of ContourPlot
  • Next by Date: options for PDF export, where are they listed??
  • Previous by thread: Re: Debug of ContourPlot
  • Next by thread: options for PDF export, where are they listed??