Re: [matplotlib-devel] plot performance for help

2008-09-02 Thread Paul Kienzle
On Mon, Sep 01, 2008 at 12:06:45AM -0700, Kevinsysu wrote: Hi all: I'm using matplotlib for plotting in recent days. I love it especially the usability and the plot quality. My current work is to display a real time data set update into several 2D graphs (5 or more, 400x400 graphs).

Re: [matplotlib-devel] plot performance for help

2008-09-02 Thread John Hunter
On Tue, Sep 2, 2008 at 10:40 AM, Paul Kienzle [EMAIL PROTECTED] wrote: Speed improvements in the matplotlib front end may be possible, for example by representing tics and grids as line collections rather than rendering each one with a separate path command. I think the big win here would be

Re: [matplotlib-devel] a patch to have a correct baseline when usetex=True

2008-09-02 Thread Jae-Joon Lee
Here is a patch which uses a preview package. It uses a showbox option in the preview package, with a slight tweak (this only patches the texmanager.py. You still need to apply the agg backend patch in my previous post). It would be good if this patch will be accepted, but the extra requirement of

Re: [matplotlib-devel] a patch to have a correct baseline when usetex=True

2008-09-02 Thread Chris Walker
Jae-Joon Lee [EMAIL PROTECTED] writes: Here is a patch which uses a preview package. It uses a showbox option in the preview package, with a slight tweak (this only patches the texmanager.py. You still need to apply the agg backend patch in my previous post). It would be good if this patch