from matplotlib.widgets import Lasso
It might not of made the last release.
http://svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/widgets.py?revision=2583&view=markup
On 8/7/06, Daniel Kornhauser <[EMAIL PROTECTED]> wrote:
> Hey guys:
>
> Charlie I did not find your lasso ex
Hey guys:
Charlie I did not find your lasso example so I cooked up mine, I attach it.
Can you give me the file name that contains the new Lasso widget for
"doodling" ?
This is just the start of the lasso or "region of interest" widget I
still have to :
- fill the region with a color
-
On 8/4/06, Daniel Kornhauser <[EMAIL PROTECTED]> wrote:
> Hi:
>
> Just stared playing with matplotlib, I want to draw a polygon on top of
> an image to select a region of interest in the image.
> Does anybody have any example or advice on how to interactively draw a
> polygon with the mouse by plac
Hi:
Just stared playing with matplotlib, I want to draw a polygon on top of
an image to select a region of interest in the image.
Does anybody have any example or advice on how to interactively draw a
polygon with the mouse by placing it's vertices's one click at a time ?
Another case that I hav