On Fri, Sep 17, 2010 at 3:34 PM, Gökhan Sever <gokhanse...@gmail.com> wrote:

> Hello,
>
> Can someone confirm me if this creates a dashed line for a simple step
> plot?
>
> # this is fine
> plt.plot(range(10), "g--")
>
> # plots solid line!
> plt.step(range(10), "g--")
>
> Thanks,
>
> --
> Gökhan
>

My version is v8624. Looks like a bug to me.
------------------------------------------------------------------------------
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