[matplotlib-devel] fix for "errorbar" method skipping over plot color cycle

2008-02-10 Thread Erik Tollerud
I noticed while making some plots with upper bound error bars that whenever Axes.errorbars is called with any of the errorbars chosen as upper or lower bounds, that the color cycle was off, skipping over 2 colors each time another errorbar plot was made (e.g. the first would be green and the second

[matplotlib-devel] A good, interactive plotting package

2008-02-10 Thread Neal Becker
The available plotting in pylab is good, but could be a lot better. I've used grace (xmgrace) for years and it's great. After bringing up the plot, I can interactively modify it in all kinds of ways. Any thoughts on a good package to use with pylab? (I know I can easily enough get pylab to use

Re: [matplotlib-devel] A good, interactive plotting package

2008-02-10 Thread John Hunter
On Feb 10, 2008 7:32 AM, Neal Becker <[EMAIL PROTECTED]> wrote: > The available plotting in pylab is good, but could be a lot better. I've > used grace (xmgrace) for years and it's great. After bringing up the plot, > I can interactively modify it in all kinds of ways. Well, you can certainly mo

Re: [matplotlib-devel] A good, interactive plotting package

2008-02-10 Thread Neal Becker
John Hunter wrote: > On Feb 10, 2008 7:32 AM, Neal Becker > <[EMAIL PROTECTED]> wrote: >> The available plotting in pylab is good, but could be a lot better. I've >> used grace (xmgrace) for years and it's great. After bringing up the >> plot, I can interactively modify it in all kinds of ways.

Re: [matplotlib-devel] A good, interactive plotting package

2008-02-10 Thread Gael Varoquaux
On Sun, Feb 10, 2008 at 09:41:34AM -0600, John Hunter wrote: > It is likely we will support enthought traits for matplotlob figures > in the not too distant future -- at that point, many of the plot > elements will have UI dialogs for customization, at least for certain > backends (Qt and WX most l

[matplotlib-devel] Enthought import problems

2008-02-10 Thread Gael Varoquaux
I have been having some very strange import problems in Mayavi2. Basically the namespace packages in enthought did not import properly. I finally narrowed them down to the fact that I had installed matplotlib using setuptools, and that in the beginning of my easy_install.pth file I had /home/varoqu

[matplotlib-devel] Patch for making SpanSelector usable in embedded matplotlib

2008-02-10 Thread Erik Tollerud
I've been working on an application that uses matplotlib as its plotting library, and I've been noticing a steady decrease in performance over time. I figured out the cause as coming from the matplotlib SpanSelector widget - I had to create a new widget every time the axes were cleared, as the Spa