Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16483 > unrolled thread
| Started by | Gregory Lypny <gregory.lypny@videotron.ca> |
|---|---|
| First post | 2014-01-26 08:06 +0000 |
| Last post | 2014-01-28 11:10 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.soft-sys.math.mathematica
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
| From | Gregory Lypny <gregory.lypny@videotron.ca> |
|---|---|
| Date | 2014-01-26 08:06 +0000 |
| Subject | How 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]
| From | David Reiss <dbreiss@gmail.com> |
|---|---|
| Date | 2014-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