MathGroup Archive 2007

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

Search the Archive

Locator in Manipulate's graphic.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82142] Locator in Manipulate's graphic.
  • From: "W. Craig Carter" <ccarter at mit.edu>
  • Date: Sat, 13 Oct 2007 03:50:22 -0400 (EDT)

Can anyone see a way to change the Locator's appearance in 
Manipulate.

i.e., from the documentation:

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

I've tried the "obvious generalization":

Manipulate[
Line[{{0, 0}, p}], PlotRange -> 2], {{p, {1, 1}},
(Locator[#,Appearance->Graphics[Circle[#,2]])&}]

without success. Any ideas?


W. Craig Carter



  • Prev by Date: Re: Re: [Mathematica 6] Format->Magnification does
  • Next by Date: Re: ReplaceAll behavour
  • Previous by thread: Re: InverseFourierTransform strange behaviour
  • Next by thread: Re: Locator in Manipulate's graphic.