MathGroup Archive 2010

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

Search the Archive

Re: Need larger window for Manipulate Slider Control

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108518] Re: Need larger window for Manipulate Slider Control
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sun, 21 Mar 2010 02:06:58 -0500 (EST)

Column[{
  Manipulate[Plot[x^a, {x, 0, 1}],
   {a, 1, 5, Appearance -> "Labeled"}],
  Manipulate[Plot[x^a, {x, 0, 1}],
   {a, 1, 5, Appearance -> "Labeled",
    ImageSize -> Large}],
  Manipulate[Plot[x^a, {x, 0, 1},
    ImageSize -> 400],
   {a, 1, 5, Appearance -> "Labeled",
    ImageSize -> Large}]}]


Bob Hanlon

---- MtnFlyer <james.greer at qdaxengineering.com> wrote: 

=============
The values of the parameters I'm using for the sliders are getting
truncated in the standard windows.  I need larger ones.  I think
ControlsRendering might hold the key, but I can't get the right stuff
wrapped in the Style command.  Please see image at
http://www.qdaxengineering.com/manipulate.jpg



  • Prev by Date: Re: Peculiar output from Union ?
  • Next by Date: Re: Peculiar output from Union ?
  • Previous by thread: Re: Need larger window for Manipulate Slider Control
  • Next by thread: Re: Need larger window for Manipulate Slider Control