New in Wolfram Mathematica 7: New Graphics Primitives  previous | next 
Customize the Get Coordinates Tool
Customize the Get Coordinates tool to display and paste arbitrary information derived from your graphics and plots.
In[1]:=

Click for copyable input
ContourPlot[Sin[x^2+y^2], {x,-4,4}, {y,-4,4}, 

	CoordinatesToolOptions->{

		"DisplayFunction"->(Plot[Sin[x^2+#[[2]]^2], {x,-4,4}]&)}]


Out[2]=