Assume you plot a dataset plot(x,y,"o"). Using ginput() it is possible to find positions of the mouse to get e.g. windowing limits from even a complex polygon. Is there a direct method available to extract those points from the set x,y belonging to the polygon by some simple PyPlot function or is it necessary to build this one self?
Tanks Johan
