Re: Using VerticalSlider controls for Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg96643] Re: Using VerticalSlider controls for Manipulate
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 18 Feb 2009 04:23:16 -0500 (EST)
- Organization: Uni Leipzig
- References: <gne6t8$pfv$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, Manipulate[ Graphics[{RGBColor[x, y, 0.5], Disk[{x, y}, 0.125]}, PlotRange -> {{0, 1}, {0, 1}}], {{y, 0.5}, 0, 1}, {{x, 0.5}, 0, 1, VerticalSlider}, ControlPlacement -> #] & /@ {{Bottom, Left}, {Left, Left}, {Right, Right}} ?? Regards Jens brtubb at pdmusic.org wrote: > In reference to the Manipulate function, does anyone know how to use > row arranged variables with it, particular the VerticalSlider control > if possible. As it it the only placement alignment is either top, > bottom left or right but only in column formats, I want to use rows. > I'm using Mathematica v6.0.2. > > Benjamin Tubb > www.pdmusic.org > >