Code Comments
Programming Forum and web based access to our favorite programming groups.How do I display the parameter in an animation?
For example, I would like to see the values of the parameter 'a' in the foll
owing 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 o
f the parameter is.
Post Follow-up to this messageHallo Holobundle,
please try this:
Animate[Plot[Sin[x + a], {x, 0, 10}, Epilog -> Text[a, {1, .5}]], {a,
0, 5}]
quote:
Originally posted by Holobundle
How do I display the parameter in an animation?
For example, I would like to see the values of the parameter 'a' in the foll
owing 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 parame
ter is.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.