Re: Animate
- To: mathgroup at smc.vnet.net
- Subject: [mg66994] Re: Animate
- From: "ben" <benjamin.friedrich at gmail.com>
- Date: Tue, 6 Jun 2006 06:28:15 -0400 (EDT)
- References: <e60o9h$g6o$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, have you tried clicking on the right-hand bracket enclosing all six plots, thus collapsing them into a single animation? Bye Ben MR schrieb: > Hey everyone > > Module[{n}, Animate[Plot[Sin[n x], {x, 0, 2 Pi}], {n, 1, 6, 1}]]; > > running the above command doesn't yield an animation in one plot, but > much rather six different still plots which appear one beneath the > other. > > Any ideas?