errorfill() got an unexpected keyword argument 'label'
amichaut opened this issue · 2 comments
amichaut commented
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
tonysyu commented
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?
amichaut commented
It works fine! I have nice error plots now!
Thanks as well with regards to the other issue