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