Slow Plot
- To: mathgroup@smc.vnet.net
- Subject: [mg11353] Slow Plot
- From: lang@einev.ch (Fred Lang)
- Date: Sat, 7 Mar 1998 02:06:29 -0500
Dear MathGroup users, I've a little problem: For pedagogical reasons, I try to plot a Curve slowly. I tried something like In[1] = f[x_] := ( Pause[0.1] ; Sin[x] ) In[2] = Plot[ Evaluate[f[x]] , {x,-Pi, Pi } ] ; But the plot is too fast, the Pause has no Effects on the Plot. Any Idea? Thank you Fred Lang
- Follow-Ups:
- Re: Slow Plot
- From: Levasseur <levasseu@bit-net.com>
- Re: Slow Plot