Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-02 Thread Manuel Metz
Erik Tollerud wrote: > No one thinks this is worth committing to SVN? I find myself using it > quite a bit in my own work - different fields have different ideas > about the "right" way to draw a histogram, so it's good to have > options, I think... > > On Wed, Apr 2, 2008 at 4:39 PM, Erik Toller

Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-02 Thread Eric Firing
Manuel Metz wrote: > Erik Tollerud wrote: >> No one thinks this is worth committing to SVN? I find myself using it >> quite a bit in my own work - different fields have different ideas >> about the "right" way to draw a histogram, so it's good to have >> options, I think... >> >> On Wed, Apr 2, 20

Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-02 Thread John Hunter
On Wed, Apr 2, 2008 at 6:39 PM, Erik Tollerud <[EMAIL PROTECTED]> wrote: > are slightly different). There's a slight compatibility issue in that > as it stands in that the returned tuple now has 4 values (I added a > list of the lines that are generated if the steps command is used), > but I

[matplotlib-devel] Possible win32 memory bug

2008-05-02 Thread Michael Droettboom
I'm working through some recent mpl bugs in the tracker. Here's one that relates to a mis-matched pair of PyObject_New/PyMem_DEL calls in _subprocess.c. This file is a copy of a file included with Python 2.5, so it's really a bug we inherited from there. https://sourceforge.net/tracker/index.

Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-02 Thread Eric Firing
John Hunter wrote: > On Wed, Apr 2, 2008 at 6:39 PM, Erik Tollerud <[EMAIL PROTECTED]> wrote: > >> are slightly different). There's a slight compatibility issue in that >> as it stands in that the returned tuple now has 4 values (I added a >> list of the lines that are generated if the steps c

Re: [matplotlib-devel] Possible win32 memory bug

2008-05-02 Thread Eric Firing
Michael Droettboom wrote: > I'm working through some recent mpl bugs in the tracker. Here's one > that relates to a mis-matched pair of PyObject_New/PyMem_DEL calls in > _subprocess.c. This file is a copy of a file included with Python 2.5, > so it's really a bug we inherited from there. > >

Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-02 Thread Manuel Metz
Eric Firing wrote: > John Hunter wrote: >> On Wed, Apr 2, 2008 at 6:39 PM, Erik Tollerud <[EMAIL PROTECTED]> wrote: >> >>> are slightly different). There's a slight compatibility issue in that >>> as it stands in that the returned tuple now has 4 values (I added a >>> list of the lines that are