Re: How to display parameter in animation?
- To: mathgroup at smc.vnet.net
- Subject: [mg87280] Re: How to display parameter in animation?
- From: AES <siegman at stanford.edu>
- Date: Sun, 6 Apr 2008 06:44:20 -0400 (EDT)
- Organization: Stanford University
- References: <ft2aum$phc$1@smc.vnet.net>
In article <ft2aum$phc$1 at smc.vnet.net>,
Holobundle <cowen at math.buffalo.edu> wrote:
> How do I display the parameter in an animation?
>
> For example, I would like to see the values of the parameter 'a' in the
> following example from the mathematica documentation:
>
> Animate[Plot[Sin[x+a],{x,0,10}],{a,0,5}]
>
> In particular, if I pause the animation I would like to see what the value of
> the parameter is.
Use Epilog->Text[---] (or Prolog) inside the Plot[--]