MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Slow Plot



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:
  • Prev by Date: Implicit differentiation
  • Next by Date: Re: Sqrt[a^2 b^2]
  • Prev by thread: Re: Implicit differentiation
  • Next by thread: Re: Slow Plot