tonysyu/mpltools

errorfill() got an unexpected keyword argument 'label'

amichaut opened this issue · 2 comments

I pip installed the 0.1 version.

The example on the website does not work:
special.errorfill(x, y_sin, y_err, label='sin', label_fill='sin error')
because label is not a correct keyword argument

It looks like this argument was added after the v0.1 release. I just pushed a v0.2.0 release. Could you pip-install again and give the new version a try?

It works fine! I have nice error plots now!
Thanks as well with regards to the other issue