Commit 7809b91
committed
Make pyplot more tolerant wrt. 3rd-party subclasses.
Don't force them to reproduce the names of "intended-as-positional"
arguments; don't force them to support the data kwarg.
This is also necessary for methods that take `*args`, as otherwise
we generate a call of the form `foo=foo, *args` which is incorrectly
understood as `*args, foo=foo`.1 parent 9869fd7 commit 7809b91
2 files changed
Lines changed: 135 additions & 95 deletions
0 commit comments