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
1) Simplify a bit the pickling setup for SubplotBase subclasses
(basically, there was one layer of callable that was unnecessary).
2) Remove some commented out code that doesn't seem to achieve much, and
has likely been commented out for years now.
3) No need to define `__internal_repr__` in mathtext and have `__repr__`
call it; directly defining `__repr__` is sufficient.
4) The current definition of `Patch.__str__` has `str(Patch())` return
`"Patch'>"`, which is clearly worse than even the default repr. I
guess the intent was just to return `"Patch"`, but that's not the
point of this PR; that can go in another PR if desired.
0 commit comments