Manuel Metz wrote:
> May I ask again: Is there any interest in a step-plotting function?
Yes, so thanks for taking the initiative and for being persistent.
>
> If so, who will commit the patch? Do I have to add more myself
> (documentation for sure needs to be added, what else ?)
Please add a d
Sorry for taking so long to respond -- I was at SciPy and wanted to make
sure I had the time to sit down and look at this before responding.
Paul Kienzle wrote:
> On Thu, Aug 02, 2007 at 10:31:04AM -0400, Michael Droettboom wrote:
>> I don't know if we ever reached consensus on how to specify mat
On Saturday 18 August 2007 12:44:20 pm Fernando Perez wrote:
> Here's some interesting info. I'm sitting here with Dave Peterson,
> from Enthought, and we've done a bunch of profiling that pointed to
> setuptools, not Traits, being the culprit for the time increase.
> We've now just done an instal
May I ask again: Is there any interest in a step-plotting function?
If so, who will commit the patch? Do I have to add more myself
(documentation for sure needs to be added, what else ?)
Manuel
Manuel Metz wrote:
> Hi,
> okay, I have added a keyword 'where' as suggested. I also now changed
> t
John Hunter wrote:
> On 8/20/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
>
>> UTF-8 is my default system encoding, so I didn't catch this. I just
>> fixed the comment (the unicode character is unnecessary to get the point
>> across and wasonly in there due to a cut-and-paste accident anyway
On 8/20/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> UTF-8 is my default system encoding, so I didn't catch this. I just
> fixed the comment (the unicode character is unnecessary to get the point
> across and wasonly in there due to a cut-and-paste accident anyway).
> I have committed thi
Fernando Perez wrote:
> Hi all,
>
> here's a small patch for two little things I saw today:
>
> 1. The new mathtext has some unicode in it and on my system, python2.5
> was throwing a syntax error due to the lack of an encoding
> declaration. I just stuck utf-8 though I don't know if that's real