Re: [matplotlib-devel] patch: step function plotting

2007-08-20 Thread Eric Firing
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

Re: [matplotlib-devel] Mathtext improvements (merging into trunk)

2007-08-20 Thread Michael Droettboom
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

Re: [matplotlib-devel] Experimental, traited config module available in svn

2007-08-20 Thread Darren Dale
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

Re: [matplotlib-devel] patch: step function plotting

2007-08-20 Thread Manuel Metz
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

Re: [matplotlib-devel] A small patch

2007-08-20 Thread Michael Droettboom
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

Re: [matplotlib-devel] A small patch

2007-08-20 Thread John Hunter
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

Re: [matplotlib-devel] A small patch

2007-08-20 Thread Michael Droettboom
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