Re: [matplotlib-devel] axes.hold: False causes unexpected behaviour

2007-02-10 Thread Martin Spacek
I forgot to mention, I'm running 0.87.7 in windows with WxAgg. Martin Martin Spacek wrote: > Hello, just thought I should report two unexpected behaviours, which > took me a while to pinpoint: > > 1) errorbar() plots the points but not the errorbars if axes.hold==False > for those axes (in my

[matplotlib-devel] axes.hold: False causes unexpected behaviour

2007-02-10 Thread Martin Spacek
Hello, just thought I should report two unexpected behaviours, which took me a while to pinpoint: 1) errorbar() plots the points but not the errorbars if axes.hold==False for those axes (in my case, due to it being set to False in rcParams) 2) when axes.hold is False, (again either set locally