On Sat, Sep 18, 2010 at 1:03 PM, Benjamin Root <ben.r...@ou.edu> wrote:
>
> I'll admit that I am not very familiar with how these step plots are done.
> Maybe it should be the 'drawstyle' kwarg that should be over-riden, not
> 'linestyle'?
>
> Ben Root
>

This seems like more reasonable to me. When I update
/matplotlib/lib/axes.py:

kwargs['linestyle'] = 'steps-' + where -> kwargs['drawstyle'] = 'steps-' +
where

then I get the expected behavior.

-- 
Gökhan
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to