You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pie was a method, which did not work with a data kwarg as it
didn't have a **kwargs catch all which would make pyplot.pie pass
this argument to the decorated function.
Document that the decorated functions are tested in the axes test
cases.
0 commit comments