Re: Mixing multiple manipulate objects
- To: mathgroup at smc.vnet.net
- Subject: [mg123311] Re: Mixing multiple manipulate objects
- From: "David Park" <djmpark at comcast.net>
- Date: Thu, 1 Dec 2011 05:50:59 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <13029991.72185.1322652095843.JavaMail.root@m06>
What are the chances for a more mathematical description? Do you want a set of parallel lines? Should they be evenly spaced? Do they all move up and down together or should each line be moved up and down independently? If all together then why a Locator instead of a second Slider? Or just a single Locator. Why not start with a set of horizontal lines and use a shear transformation? A better description of what the display is to teach would help in its design. David Park djmpark at comcast.net http://home.comcast.net/~djmpark/ From: Joerg [mailto:jordinho.s at googlemail.com] Hi, is there the posibility to combine in a Manipulate-object a variable with multiple values like {u,{u1,u2,...},Locator} and a slider for a different variable like {v,0,1}? E.g. something like Manipulate[Plot[MapThread[(#1+#2*x)&,{{a},{b}}],{x,0,1},PlotRange->{All,{0,1 0}},PlotStyle->Thick],{a,{{0,0},{0,0.1},{0,0.2}},Locator},{{b,0.1},0,5},Save Definitions->True] So, I want to have several lines with locators that I can manipulate, but all are simultaneously controlled by 'b'. thanks, joerg