Re: Animate
- To: mathgroup at smc.vnet.net
- Subject: [mg67020] Re: Animate
- From: "MR" <marcinrak at gmail.com>
- Date: Wed, 7 Jun 2006 05:09:32 -0400 (EDT)
- References: <e60o9h$g6o$1@smc.vnet.net><e63n6d$ku1$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
ben wrote:
> 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?
Thanks
that'll work nicely for now....the other stuff seems a little much at
this time.
mr