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
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
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
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.
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
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.
>
>
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