Re: [matplotlib-devel] small bugfix

2007-04-12 Thread Eric Firing
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

[matplotlib-devel] small bugfix

2007-04-11 Thread Michael Fitzgerald
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 =