Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #16483 > unrolled thread

How Can I Change the Appearance of a Locator in Manipulate

Started byGregory Lypny <gregory.lypny@videotron.ca>
First post2014-01-26 08:06 +0000
Last post2014-01-28 11:10 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  How Can I Change the Appearance of a Locator in Manipulate Gregory Lypny <gregory.lypny@videotron.ca> - 2014-01-26 08:06 +0000
    Re: How Can I Change the Appearance of a Locator in Manipulate David Reiss <dbreiss@gmail.com> - 2014-01-28 11:10 +0000

#16483 — How Can I Change the Appearance of a Locator in Manipulate

FromGregory Lypny <gregory.lypny@videotron.ca>
Date2014-01-26 08:06 +0000
SubjectHow Can I Change the Appearance of a Locator in Manipulate
Message-ID<lc2flp$lnv$1@smc.vnet.net>
Hello everyone,

Is it possible to change the appearance of a locator in a Manipulate? The only change I've been able to make is to make it invisible using Appearance -> None, as in

{{pt2, {80, 80}}, Locator, Appearance -> None}

but other appearance options, such as Small or Large, do not work.

Gregory

[toc] | [next] | [standalone]


#16493

FromDavid Reiss <dbreiss@gmail.com>
Date2014-01-28 11:10 +0000
Message-ID<lc837d$3v0$1@smc.vnet.net>
In reply to#16483
Here is an example:

Manipulate[
 Graphics[Line[{{0, 0}, p}], PlotRange -> 2], {{p, {1, 1}}, Locator, 
  Appearance -> Graphics[Disk[], ImageSize -> 20]}]

[toc] | [prev] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web