MathGroup Archive 2009

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

Search the Archive

Re: Size of numerical slider value in Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102923] Re: [mg102860] Size of numerical slider value in Manipulate
  • From: Tomas Garza <tgarza10 at msn.com>
  • Date: Wed, 2 Sep 2009 04:03:53 -0400 (EDT)
  • References: <200908311033.GAA06969@smc.vnet.net>

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
>



  • Prev by Date: Re: Simplifying If expressions
  • Next by Date: Re: Nesting functional commands
  • Previous by thread: Re: Size of numerical slider value in Manipulate
  • Next by thread: Re: Re: Size of numerical slider value in Manipulate