I get a solid line for plt.step like you do.

MPL 1.0.0, SVN revision 8657.

-Jeff


On Sep 17, 2010, at 4:34 PM, Gökhan Sever 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
> ------------------------------------------------------------------------------
> 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


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