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
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