Re: Controlling size of manipulate panel
- To: mathgroup at smc.vnet.net
- Subject: [mg77751] Re: Controlling size of manipulate panel
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 16 Jun 2007 03:22:49 -0400 (EDT)
- References: <f4tjm2$fv6$1@smc.vnet.net>
Hi,
I'm not sure what you mean, something like
Manipulate[
Plot[Sin[w*x], {x, 0, 2 Pi}, ImageSize -> s],
{w, 1, 50},
{{s, 400}, 50, 800}
]
Coleman, Mark wrote:
> Hi,
>
> Is there a way to control the size of background used in a Manipulate
> statement?
>
> Thanks,
>
> -Mark
>
>