MathGroup Archive 2009

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

Search the Archive

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
> 
> 


  • Prev by Date: Re: Factor by Grouping
  • Next by Date: Re: Select All Lists Where Any Element is a Given Value
  • Previous by thread: Using VerticalSlider controls for Manipulate
  • Next by thread: Re: Using VerticalSlider controls for Manipulate