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
`GridSpec.subplots`, while user-facing, is relatively more low-level
than `Figure.subplots`, so it doesn't seem worth duplicating the
docstring in both places (I'm fine having it duplicated both in
`pyplot.subplots` and `Figure.subplots` are both are very much
user-facing). Less duplication also means fewer chances to forget to
update the docs in all places, as was the case for the remark regarding
`set_units` (which is already present in the docs of `pyplot.subplots`,
though).
Also note that a specific check a bit further down can go away once a
deprecation elapses.
0 commit comments