On Fri, Sep 17, 2010 at 8:43 PM, Gökhan Sever <gokhanse...@gmail.com> wrote:
> 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.
>
Not a bug, but a "feature". In step(), the 'linestyle' kwarg gets
over-ridden with a value of 'steps-' + kwargs['where'].
Ben Root
------------------------------------------------------------------------------
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