MathGroup Archive 2014

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

Search the Archive

Re: How Can I Change the Appearance of a Locator in Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132270] Re: How Can I Change the Appearance of a Locator in Manipulate
  • From: David Reiss <dbreiss at gmail.com>
  • Date: Tue, 28 Jan 2014 06:15:03 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <lc2flp$lnv$1@smc.vnet.net>

Here is an example:

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



  • Prev by Date: Re: switching axes in Plot?
  • Next by Date: Re: Need Help With Locator in a Manipulate
  • Previous by thread: Re: How Can I Change the Appearance of a Locator in Manipulate
  • Next by thread: Re: How Can I Change the Appearance of a Locator in Manipulate