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
Deprecate the renderer parameter to Figure.tight_layout.
We only ever use the renderer instance cached on the Figure anyways
(except that in `Figure.draw` we need to cache it earlier).
After the parameter is removed, the signature of Figure.tight_layout
will match the one of pyplot.tight_layout and we'll be able to dedupe
the latter by just adding tight_layout to the list of functions
autogenerated by boilerplate.py.
0 commit comments