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
Indiscriminately going back up to the topmost gridspec is wrong in the
presence of nested gridspecs.
We may want to add an API to just go up one level in gridspecs (i.e.
public access to _subplot_spec) but I'd like to first consider whether
we could e.g. merge GridSpecFromSubplotSpec into GridSpec with the only
difference that the former's get_parent() (or another similarly named
new method) returns another gridspec whereas the latter's returns a
figure.
0 commit comments