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
A variant on #13280, that I'm opening as an issue for now as there was quite some pushback against #13280 so I won't bother implementing this proposal if there's the same pushback against it :)
I'm proposing to add GridSpec.subplots() (or .add_subplots(), depending on how we want to bikeshed it), such that
the goal being just to get rid of the somewhat awkward gridspec_kw (it's a bunch of (kw)args passed down to another function, so we should just directly call that other function instead).
Thoughts?
This would also fix #1460, I'd say (as subplot_kw could be directly passed to GridSpec.subplots`).
mpl master.
The text was updated successfully, but these errors were encountered:
A variant on #13280, that I'm opening as an issue for now as there was quite some pushback against #13280 so I won't bother implementing this proposal if there's the same pushback against it :)
I'm proposing to add GridSpec.subplots() (or .add_subplots(), depending on how we want to bikeshed it), such that
is equivalent to
the goal being just to get rid of the somewhat awkward
gridspec_kw
(it's a bunch of (kw)args passed down to another function, so we should just directly call that other function instead).Thoughts?
This would also fix #1460, I'd say (as
subplot_kw
could be directly passed to GridSpec.subplots`).mpl master.
The text was updated successfully, but these errors were encountered: