Re: How to animate the process of a function Plot in only one picture.
- To: mathgroup at smc.vnet.net
- Subject: [mg22624] Re: [mg22613] How to animate the process of a function Plot in only one picture.
- From: BobHanlon at aol.com
- Date: Thu, 16 Mar 2000 09:10:43 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Table[Plot[Sin[x], {x, 0, xmax}, PlotRange -> {{0, 2Pi}, {-1, 1}}], {xmax, 10*^-6, 2.1Pi, Pi/12}]; Collapse and select the output cells then use Cell/Animate Selected Graphics Bob Hanlon In a message dated 3/14/2000 11:59:16 PM, mhl at tpts1.seed.net.tw writes: >How can I plot, for example, sin(x) and see the curve gradually extending >from x=0 ( curve up and down) until x=2pi? >