Re: Re: Size of numerical slider value in Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg102945] Re: [mg102923] Re: [mg102860] Size of numerical slider value in Manipulate
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Thu, 3 Sep 2009 05:36:27 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200908311033.GAA06969@smc.vnet.net> <200909020803.EAA03306@smc.vnet.net>
- Reply-to: murray at math.umass.edu
Huh? That Style expression in your proffered solution is not within the Plot expression, and in any case it does not affect the size of the slider variable n. Tomas Garza wrote: > Place the Style option within the Plot statement: > > Manipulate[Plot[Sin[n x],{x,-5,5},PlotRange->{-1,1}],Style["myl= > abel",24,Bold],{{n,1},1,3,Appearance->"Labeled"}] > > Tomas > >> Date: Mon, 31 Aug 2009 06:33:58 -0400 >> From: pmcrobbi at umich.edu >> Subject: [mg102860] Size of numerical slider value in Manipulate >> To: mathgroup at smc.vnet.net >> >> Hello, >> >> How can I control the font size of the displayed value of the slider >> variable "n" in the following? >> >> Manipulate[ >> Plot[Sin[n x], {x, -5, 5}, >> PlotRange -> {-1, 1}], {{n, 1, Style["mylabel", 24, Bold]}= > , 1, 3, >> Appearance -> "Labeled"}] >> >> I've tried using Style, LabelStyle and Appearance -> {"Labeled", >> Larger}, none of which seem to work. >> >> Thanks in advance, >> Porscha >> > > -- 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:
- Re: Size of numerical slider value in Manipulate
- From: Tomas Garza <tgarza10@msn.com>
- Re: Size of numerical slider value in Manipulate