Re: Re: Showing the Current Value of a Slider in Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg103564] Re: [mg103543] Re: Showing the Current Value of a Slider in Manipulate
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sun, 27 Sep 2009 23:08:36 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200909241151.HAA29183@smc.vnet.net> <h9kpgi$mrk$1@smc.vnet.net> <200909271132.HAA05127@smc.vnet.net>
- Reply-to: murray at math.umass.edu
Of course Magnification of the entire notebook helps, but not entirely:
it's an issue of the relative sizes of fonts in comparison with the graphic.
Harutyun Amirjanyan wrote:
> Probably there might be situations where Labeled isn't the best behavior
> but your example is not one of them
> first LabelStyle changes the style of the slider's numerical value. it
> doesn't change FontSize but it must be a bug
>
> Manipulate[
> Plot[Sin[x (1 + a x)], {x, 0, 6}], {{a, 0, "Multiplier"}, 0, 4,
> Appearance -> "Labeled"}, LabelStyle -> {Red, 24,Italic}]
>
> second Magnification must work on Manipulates as it does on regular
> cells.so that one wouldn't need to change text sizes for presentations
> and finally it's not just slider's numerical value but a very
> convenient input field which works better than the one under the +
> sign
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- References:
- Showing the Current Value of a Slider in Manipulate
- From: Harut Amirjanyan <amirjanyan@gmail.com>
- Re: Showing the Current Value of a Slider in Manipulate
- From: Harutyun Amirjanyan <amirjanyan@gmail.com>
- Showing the Current Value of a Slider in Manipulate