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
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
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
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
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
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:
--