[matplotlib-devel] plot([], [], drawstyle = 'steps') fails

2009-02-23 Thread Gregor Thalhammer
Hi all, sorry, only reporting, no bugfix. I just discovered that an empty plot with drawstyle 'steps', 'steps-pre', 'steps-mid' and 'steps-post' fails. I am using matplotlib 0.98.5.2. Example plot([], [], drawstyle = 'steps') ... C:\Python25\lib\site-packages\matplotlib\lines.pyc in _draw_st

Re: [matplotlib-devel] Making WxMpl a matplotlib toolkit

2009-02-23 Thread Michael Droettboom
Nice to hear about these plans -- and good luck with your surgery. All that you suggest looks good. I'm personally a fan of svnmerge to do this sort of maintenance branch/development branch merging. You can see the matplotlib developer docs for instructions on how it's used with matplotlib, a

Re: [matplotlib-devel] [Nipy-devel] Sphinx custom extension mess, and patches

2009-02-23 Thread Michael Droettboom
Thanks, Fernando. I've applied your patch to matplotlib (branch and trunk). Mike Fernando Perez wrote: > On Mon, Feb 16, 2009 at 3:21 PM, Gael Varoquaux > wrote: > > >> I am not blaming anyone, just pointing out a non ideal situation. It has >> already improved a lot with the matplotlib guys

Re: [matplotlib-devel] path simplification can decrease the smoothness of data plots a

2009-02-23 Thread Michael Droettboom
Thanks for the note on this. It's nice to know who wrote the original version. I'll add a note about this in the code comments. I'm not seeing a noticable change in this regard between 0.98.5 (which uses a pretty direct refactoring of your code) to the SVN trunk. The trunk does two things rat