MathGroup Archive 2009

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

Search the Archive

Showing the Current Value of a Slider in Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103487] Showing the Current Value of a Slider in Manipulate
  • From: Harut Amirjanyan <amirjanyan at gmail.com>
  • Date: Thu, 24 Sep 2009 07:51:01 -0400 (EDT)

You are probably looking for this
Manipulate[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2,  Appearance ->
"Labeled"}]
its in huge "More Information" section of manipulate so a bit tricky to
find.
I think Appearance -> "Labeled" should be the default behavior for sliders
in Manipulate.


  • Prev by Date: Re: Memory problems when solving equations
  • Next by Date: Re: protecting Mathematica notebooks/source code from piracy
  • Previous by thread: Re: Showing the Current Value of a Slider in Manipulate
  • Next by thread: Re: Showing the Current Value of a Slider in Manipulate