Hi all,
I found a small bug, where Figure.clf() was erroneously leaving some axes
instances in the Figure.axes list. It turns out the method was deleting
items from the list while iterating over it. Attached is a patch.
Mike
Index: figure.py
=
I'd personally be happy to move on to wxPython 2.8 but I'm using
enthought's matplotlib egg, which apparently requires enthought's
wxPython egg, and that's still at version 2.6.
--bb
On 4/12/07, Christopher Barker <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> The world of wxAgg and versions of wxPytho
Hi all,
The world of wxAgg and versions of wxPython has been a big pain for a
while. I've been poking around trying to get MPL working with wxPython
on OS-X with wxPython2.8, and it's been far too much work.
However, Ken McIvor has apparently solved the problem. Unfortunately, he
committed the