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 graph
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
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 o
"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