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
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
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).
The environment I'm using is:
wxpython 2.8.8.1
matplotlib 0.98.3
python