Issue with PatchCollection

Hi,

Last year, I submitted a bug report regarding the fact that PatchCollection's match_original argument does not work properly, in a pretty simple script:

https://sourceforge.net/tracker/?func=detail&aid=2881485&group_id=80706&atid=560720

I came across the problem again several times recently, even with the svn version of matplotlib, and other people have also mentioned the issue to me. I just wanted to bring up this issue again, in case it can easily be fixed.

Thanks,

Thomas

Thomas Robitaille wrote:

Hi,

Last year, I submitted a bug report regarding the fact that PatchCollection's match_original argument does not work properly, in a pretty simple script:

https://sourceforge.net/tracker/?func=detail&aid=2881485&group_id=80706&atid=560720

I came across the problem again several times recently, even with the svn version of matplotlib, and other people have also mentioned the issue to me. I just wanted to bring up this issue again, in case it can easily be fixed.

Thanks,

Thomas

Thomas,

Thanks for the reminder. I think I have fixed the problem.

Eric

Thomas Robitaille wrote:

Hi,

Last year, I submitted a bug report regarding the fact that PatchCollection's match_original argument does not work properly, in a pretty simple script:

https://sourceforge.net/tracker/?func=detail&aid=2881485&group_id=80706&atid=560720

I came across the problem again several times recently, even with the svn version of matplotlib, and other people have also mentioned the issue to me. I just wanted to bring up this issue again, in case it can easily be fixed.

Thanks,

Thomas

My first fix was flawed; svn r8231 looks better.

Eric