Re: [matplotlib-devel] Comparing pdf output in tests

2009-10-04 Thread Jouni K . Seppänen
Andrew Straw writes: > This test function is a generator that nose will then generate two test > cases out of. So, perhaps the image_comparison decorator could be > changed to become a generator? I'm not 100% sure it will work, but I > don't see why it won't. If it does work, I think this is a go

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-04 Thread Andrew Straw
Andrew Straw wrote: > David Cournapeau wrote: > >> I have a question about git as well, actually - I could not update the >> svn metadata, unfortunately, by using git-svn rebase -l (I used your >> branch on github and the instructions on matplotlib website). It gives >> me an awful lot of mergin

Re: [matplotlib-devel] imshow remove

2009-10-04 Thread Jae-Joon Lee
Thank you for reporting. I guess this was a simple oversight. This should be fixed in the maint. branch and the trunk. Meanwhile, you may manually set the remove method. im = ax.imshow(...) im._remove_method = lambda a: ax.images.remove(a) Regards, -JJ On Thu, Oct 1, 2009 at 3:56 AM, Martin T

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-04 Thread David Cournapeau
Andrew Straw wrote: > Andrew Straw wrote: > >> David Cournapeau wrote: >> >> >>> I have a question about git as well, actually - I could not update the >>> svn metadata, unfortunately, by using git-svn rebase -l (I used your >>> branch on github and the instructions on matplotlib website

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-04 Thread Andrew Straw
David Cournapeau wrote: > Andrew Straw wrote: > >> Andrew Straw wrote: >> >> >>> David Cournapeau wrote: >>> >>> >>> I have a question about git as well, actually - I could not update the svn metadata, unfortunately, by using git-svn rebase -l (I used your b