Re: How to center the position of a control in the Manipulate pane?
- To: mathgroup at smc.vnet.net
- Subject: [mg110328] Re: How to center the position of a control in the Manipulate pane?
- From: telefunkenvf14 <rgorka at gmail.com>
- Date: Sun, 13 Jun 2010 04:12:13 -0400 (EDT)
- References: <huvk77$rt4$1@smc.vnet.net>
On Jun 12, 4:32 am, sibir <martin.rom... at gmail.com> wrote: > The controls are always aligned left inside the pane :-( Manipulate[Plot[2 + z + 2 q, {q, 0, 10}, PlotRange -> {10, 10}], {{z, 10/2}, 0, 10}] Note that you can specify a starting point: {{z, 10/2}, 0, 10}] (*10/2 puts the controller in the middle*) -RG