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

2007-08-21 Thread Eric Firing
Manuel, Thank you. I will look at this ASAP, but it might not be right away. Just to be safe, if you haven't heard from me by Friday send me a message off the list. Manuel Metz wrote: > Okay, I changed from npy.asarray -> npy.ma.array and checked that it > works. I also added a doc. The patch

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

2007-08-21 Thread Michael Droettboom
Darren Dale wrote: > On Monday 20 August 2007 10:18:27 am Michael Droettboom wrote: >> On a related note, there was a recent thread on matplotlib-users about >> usetex being a global setting: >> >> http://www.mail-archive.com/[EMAIL PROTECTED]/msg04101 >> .html >> >> I'm concerned about consistency

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

2007-08-21 Thread Darren Dale
On Monday 20 August 2007 10:18:27 am Michael Droettboom wrote: > On a related note, there was a recent thread on matplotlib-users about > usetex being a global setting: > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg04101 >.html > > I'm concerned about consistency and/or redundancy between th

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

2007-08-21 Thread Manuel Metz
Okay, I changed from npy.asarray -> npy.ma.array and checked that it works. I also added a doc. The patch as well as an example code and its output are attached. Please note that the example actually call ax.step directly instead of using the pylab interface; I guess this has to be added (boil