Re: [matplotlib-devel] Change in linestyle='steps' between 0.91 and 0.98

2008-08-28 Thread Michael Droettboom
Sorry about that, and thanks for your investigation. It's easy enough to change the default. I think (and it was a while ago, so I may be misremembering) I probably made that change myself in error. (There used to be two completely separate code paths for doing step plots, that I merged into

Re: [matplotlib-devel] Change in linestyle='steps' between 0.91 and 0.98

2008-08-28 Thread Neil Crighton
Now I see there are more options in 0.98 - 'steps-pre', 'steps-post', 'steps-mid'. The default should be steps-post for backwards compatibility. In 0.98.3 the default is steps-pre. And sorry for the testy tone of the previous email :) Neil 2008/8/28 Neil Crighton <[EMAIL PROTECTED]>: > linestyl

[matplotlib-devel] Change in linestyle='steps' between 0.91 and 0.98

2008-08-28 Thread Neil Crighton
linestyle='steps' has changed behaviour between 0.91.2 and 0.98.3. The 'step' between two points used to move horizontally and then vertically from the left point neighbouring right point, now it moves vertically then horizontally. Was this change intentional? I hope not, because I've just spent t