Re: [Matplotlib-users] easy_install and eggs

2008-06-02 Thread Vincent Noel
If you rename matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg to matplotlib-0.98.0-py2.5.egg, easy_install will install it from the disk. I'm not sure why this happens. I've noticed lots of Mac OS X eggs with cruft at the end of the filename, which prevents their installation through easy_install. Ren

Re: [Matplotlib-users] gcf() problem

2008-06-29 Thread Vincent Noel
On Sun, Jun 29, 2008 at 22:26, John Hunter <[EMAIL PROTECTED]> wrote: > gcf is written to return the last figure activated or created by the > "figure" command. It would be fairly trivial to add support for > making the last clicked figure the active one, but it seems like a > reasonable thing to