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
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