Jae-Joon Lee wrote:
> The recent zorder-related  changes broke the some of the rasterization
> feature, and I just committed a fix. In doing so, I replaced
> 
>         dsu.sort(key=lambda x: x[0])
> 
> to
> 
>         dsu.sort(key=itemgetter(0))
> 
> which I think is slightly faster (although speed is not much of concern here).
> 
Jae-Joon,

Thanks for pointing that out.  I didn't even know about itemgetter; I 
have never paid any attention to the operator module.

Eric

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to