Re: [matplotlib-devel] QuadMesh zorder

2010-05-29 Thread Eric Firing
On 05/28/2010 10:00 AM, Ryan May wrote: > Hi, > > Ben Root gave me a bug report that pcolormesh (and hence QuadMesh) > were not respecting zorder. This turns out to be due to the fact that > kwargs are not being forwarded on as appropriate. This is easy enough > to fix and make work, but I wanted

[matplotlib-devel] QuadMesh zorder

2010-05-28 Thread Ryan May
Hi, Ben Root gave me a bug report that pcolormesh (and hence QuadMesh) were not respecting zorder. This turns out to be due to the fact that kwargs are not being forwarded on as appropriate. This is easy enough to fix and make work, but I wanted to first ask for any insight on the following "help