Re: [matplotlib-devel] Bug - ylims are reversed

2008-09-22 Thread Eric Firing
Conrad B Ammon wrote: > > I can't figure out sourceforge's interface to submit a ticket, so I'm > mailing this to the devel list. That'll give you a sense of my urgency > ;- ) > > Subject: Axes Ylims are reversed > Version: 0.98.3 > > when calling get_xlims(), the values returned are in incre

[matplotlib-devel] Bug - ylims are reversed

2008-09-22 Thread Conrad B Ammon
I can't figure out sourceforge's interface to submit a ticket, so I'm mailing this to the devel list. That'll give you a sense of my urgency ;- ) Subject: Axes Ylims are reversed Version: 0.98.3 when calling get_xlims(), the values returned are in increasing order: [xmin, xmax]. With get_yli

[matplotlib-devel] Propose: dashed steps plot

2008-09-22 Thread Manuel Metz
Hi all, I think I have finally found a nice way to implement step-plots with different linestyles. The way this is done required some re-writing of lines.py, but I think it is done in a consistent manner: A new property *drawstyle* is introduced. By default this just connects the datapoints by