MathGroup Archive 2007

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

Search the Archive

Re: Mathematica 6 Graphics Options

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75768] Re: Mathematica 6 Graphics Options
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 10 May 2007 05:12:26 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <f1s1t6$fi3$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,
what is with

Manipulate[
  myPosition = p;
  Plot[Sin[x], {x, 0, Pi},
   Epilog -> {Point[p], Text[p, p + {0.4, 0}]}],
  {{p, {0, 0}}, Locator}
  ]

and you don't need a clip board -- just use my position


Regards
   Jens

dh wrote:
> Hello All,
> 
> In Mathematica 5 you could Option-Click into a 2D graphics and the coordinates 
> 
> of the cursor were displayed at lower left of the windows. By Ctrl-C you 
> 
> could even copy the coordinates to the clipboard. I am searching for 
> 
> quit some time in vain for an equivalent feature in Mathematica 6. Does anybody 
> 
> know if there is a replacement.
> 
> Daniel Huber
> 
> 
> 


  • Prev by Date: Re: How to get sqrt(Year^2)===Year?
  • Next by Date: Re: How to get sqrt(Year^2)===Year?
  • Previous by thread: Re: Re: Mathematica 6 Graphics Options
  • Next by thread: Re: Mathematica 6 Graphics Options