Michael Fitzgerald wrote:
> 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
>
Mike,
Thanks for findin
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
=