|
[Date Index]
[Thread Index]
[Author Index]
Size of numerical slider value in Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg102860] Size of numerical slider value in Manipulate
- From: Porscha Louise McRobbie <pmcrobbi at umich.edu>
- Date: Mon, 31 Aug 2009 06:33:58 -0400 (EDT)
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: Coupled Diff Eqs or Poisson Eq, is symbolic solution
Next by Date:
Re: Problem with recent file list in Mathematica 7
Previous by thread:
How can I increase period of waveform from 1 cps (hz) to 4000 cps
Next by thread:
Re: if only on parameter of 2D is to be shown in 3D
|