Darren Dale wrote:

> Building does not seem to be a problem, just do the usual python setup.py 
> build, etc. I ran backend_driver on my not-so-speedy home computer:

Darren,

Well done!  I blew away other versions of traits, updated mpl, built and 
installed, and traits appeared.  No pain.

The not quite as good news is that on my Lenovo T60 laptop, the Template 
takes 0.57 minutes with traited config versus 0.45 with old config.  Not 
a huge difference, and roughly consistent with your timing, but still a 
penalty.  I also see about 20% in simple_plot using Agg. It's probably 
tolerable. (The comparison was made by switching only the NEWCONFIG 
variable in __init__.py.)

Eric

> 
> with traited config:
> 
> Backend Agg took 2.77 minutes to complete
>         template ratio 1.748, template residual 1.187
> Backend PS took 2.64 minutes to complete
>         template ratio 1.666, template residual 1.055
> Backend Template took 1.59 minutes to complete
>         template ratio 1.000, template residual 0.000
> Backend PDF took 3.35 minutes to complete
>         template ratio 2.112, template residual 1.764
> Backend SVG took 2.90 minutes to complete
>         template ratio 1.826, template residual 1.309
> 
> 
> and without:
> 
> Backend Agg took 2.59 minutes to complete
>         template ratio 1.898, template residual 1.226
> Backend PS took 2.29 minutes to complete
>         template ratio 1.675, template residual 0.921
> Backend Template took 1.36 minutes to complete
>         template ratio 1.000, template residual 0.000
> Backend PDF took 2.92 minutes to complete
>         template ratio 2.139, template residual 1.555
> Backend SVG took 2.91 minutes to complete
>         template ratio 2.129, template residual 1.541
> 
> 
> changes in svn-4156.
> 
> Darren


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to