Re: [Matplotlib-users] How to draw a region of interest

2006-08-07 Thread Charlie Moad
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

Re: [Matplotlib-users] How to draw a region of interest

2006-08-07 Thread Daniel Kornhauser
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 -

Re: [Matplotlib-users] How to draw a region of interest

2006-08-04 Thread Charlie Moad
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

[Matplotlib-users] How to draw a region of interest

2006-08-04 Thread Daniel Kornhauser
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