Re: ploting functions slowly
- To: mathgroup at smc.vnet.net
- Subject: [mg55845] Re: [mg55817] ploting functions slowly
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 7 Apr 2005 07:15:04 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Use an animation
With[{n = 32, eps = 10^-6},
Table[Plot[Sin[x], {x, 0, xmax},
PlotRange -> {{0, 2Pi}, {-1.1, 1.1}}],
{xmax, eps, 2Pi + eps, 2Pi/n}]];
Bob Hanlon
>
> From: George <rawwoonsi at yahoo.com>
To: mathgroup at smc.vnet.net
> Date: 2005/04/07 Thu AM 05:09:56 EDT
> To: mathgroup at smc.vnet.net
> Subject: [mg55845] [mg55817] ploting functions slowly
>
>
> could we force mathematica to plot:
> Plot[Sin[x], {x, 0, 2Pi}] in slow ploting speed, beginning the slow ploting
from (0,0) very slowly to (2Pi)
>
> thanks
>
>
>
>