(CC'ing list this time)
On Tue, Sep 21, 2010 at 4:30 AM, Dieter Weber wrote:
> Hi Ryan,
> well, I was rethinking the patch again after sending it, and I got it
> wrong. :-/ Accessing a deprecated property would give a KeyError with my
> previous patch, as this property is never set. To support de
On Mon, Sep 20, 2010 at 6:04 PM, Dieter Weber wrote:
> Hi,
> I'm currently working on speeding up the legend rendering of matplotlib
> as this turns out to be a bottleneck for my application. With some
> tracing and profiling, I found that
> matplotlib.__init__.RcParams.__getitem__() makes up arou
Hi,
I'm currently working on speeding up the legend rendering of matplotlib
as this turns out to be a bottleneck for my application. With some
tracing and profiling, I found that
matplotlib.__init__.RcParams.__getitem__() makes up around 10% of the
total function calls (by number) in my little test