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: [mg102893] Re: size of numerical slider value in Manipulate
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Wed, 2 Sep 2009 03:58:31 -0400 (EDT)

Dear Porsca,

I do not know an answer to your question, as you put it, but when I had the analogous problem I visualized 
the Manipulate parameter by using the FrameLabel option. Try the following:


Manipulate[
 Plot[Sin[n x], {x, -5, 5}, 
  PlotRange -> {-1, 1}], {{n, 1, Style["mylabel", 24, Bold]}, 1, 3, 
  Appearance -> "Labeled"},
 FrameLabel -> {None, None, 
   Panel[Style["n=" Dynamic[n], FontSize -> 22, 
     FontFamily -> "Times New Roman", FontWeight -> "Italic"], 
    ImageSize -> {100, 50} ], None}, LabelStyle -> Black
 ]

This may help.

Best, Alexei




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

-- 
Alexei Boulbitch, Dr., habil.
Senior Scientist

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 Contern
Luxembourg

Phone: +352 2454 2566
Fax:   +352 2454 3566

Website: www.iee.lu

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation.




  • Prev by Date: Re: Problem with recent file list in Mathematica 7
  • Next by Date: Bug in Solve?
  • Previous by thread: Re: Re: Size of numerical slider value in Manipulate
  • Next by thread: Re: Size of numerical slider value in Manipulate