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

Reply via email to