Re: [Matplotlib-users] Event handling, API programming

2008-10-29 Thread Anthony Floyd
Hi Adam, On Sun, Oct 26, 2008 at 4:34 PM, Adam <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to make myself a set of widgets for the first time. > I've gotten to the point that I can draw rectangles and lines and make > them do the right things when re-drawing figures, zooming, etc., but > I'm st

[Matplotlib-users] Masking with patches

2008-10-29 Thread Søren Nielsen
Hi, I'm making a masking function that can mask out certain areas of an image using different types of masks, and display them using patches. I want to add a function where a user can move a mask that has already been created. I can use the picker = True to have it return the patch being clicked

Re: [Matplotlib-users] trouble with installation from svn

2008-10-29 Thread Michael Droettboom
Sorry. That's my bad. This is hopefully now fixed. Try updating to SVN r6351. Mike Nils Wagner wrote: > > Hi all, > > I cannot install matplotlib from recent svn. > Here is the output > > > building 'matplotlib.backends._wxagg' extension > gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 > -fm

[Matplotlib-users] trouble with installation from svn

2008-10-29 Thread Nils Wagner
Hi all, I cannot install matplotlib from recent svn. Here is the output building 'matplotlib.backends._wxagg' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fPIC -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILE

Re: [Matplotlib-users] [ImportError]: cannot import name AxisConcatenator from "import matplotlib"

2008-10-29 Thread Michael Droettboom
It looks like this import error is actually inside Numpy. Try completely removing it and reinstalling. Cheers, Mike Zhuanshi He wrote: > Hi > > I just installed matplotlib-0.98.3-py2.5-win32.egg using > "easy_inbstall -U matplotlib" on WinXP, and tried to test it under > ipython. It looks there

[Matplotlib-users] [ImportError]: cannot import name AxisConcatenator from "import matplotlib"

2008-10-29 Thread Zhuanshi He
Hi I just installed matplotlib-0.98.3-py2.5-win32.egg using "easy_inbstall -U matplotlib" on WinXP, and tried to test it under ipython. It looks there is an ImportError exist. Any patch is available? see my screen outpus: --