On Fri, Sep 17, 2010 at 8:59 PM, Benjamin Root <ben.r...@ou.edu> wrote:
>
> Not a bug, but a "feature".  In step(), the 'linestyle' kwarg gets
> over-ridden with a value of 'steps-' + kwargs['where'].
>
> Ben Root
>

Hard to interpret that way at the first look. This does what I want:

plt.plot(range(10), 'g--', drawstyle='steps-mid')


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