Re: coordinates form 3Dplot/Densitygraphics [Correction]
- To: mathgroup at smc.vnet.net
- Subject: [mg29716] Re: coordinates form 3Dplot/Densitygraphics [Correction]
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Wed, 4 Jul 2001 03:08:42 -0400 (EDT)
- References: <9hs0f6$bqo$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Correction at (* *) - copy instead of save. cpd=ClipboardNotebook[]; Plot[Sin[x],{x,0,2Pi}]; - click on the cell holding the picture -with Control key held down click on some points on the curve - copy to clipboard (Control, C) (* *) - get the coordinates of the clicked points coords=NotebookGet[cpd][[1,1,1]] -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "Bernd Brandt" <bernd at bio.vu.nl> wrote in message news:9hs0f6$bqo$1 at smc.vnet.net... > Dear group > > With "Get Graphic Coordinates" we can get the coordinates of any plot. > Is it possible to pass the valuepair displayed in the status line > directly to a function? > This would be very nice for 3D or DenisityPlots: > Get Coordinates gives the {x,y} pair, this is passed directly to a > function which calculates the z value and then prints the {x,y,z} > values in the status line. > > How could I pass the coordinates displayed in the status line directly > to a function? > > Regards, > Bernd >