This Manipulate thing is really cool. I know you can create a text
label and set a default value for a slider (and other controls), but
is it also possible to show the currently-selected slider value beside
the slider?
Regards,
Gregory
Manipulate[
Plot[Sin[a x + b], {x, 0, 6}],
{{a, 2, "Multiplier"}, 1, 4, 0.05,
Appearance -> "Labeled"},
{{b, 0, "Phase Parameter"}, 0, 10, 0.05,
Appearance -> "Labeled"}]
Bob Hanlon
---- Gregory Lypny <gregor...@videotron.ca> wrote:
=============
Bayard
Begin forwarded message: