-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Support SubFigures in AxesDivider. #20073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e773520
to
09115c3
Compare
That's just s-g and subfigures not playing well together; I guess here I just needed to have a single block from the pov of s-g so that it shows the whole figure at the end. |
Looks good. But I looked at this for a few minutes, and still can't guess how that code makes a 2x2 grid, or what nx, ny etc are. Since you must understand it at this point, can you add a few more comments explaining it? |
Does https://57381-1385122-gh.circle-artifacts.com/0/doc/build/html/tutorials/toolkits/axes_grid.html#axesdivider help a bit? (I think I'd rather get the tutorial clear and not try to explain the same thing in multiple places) |
... sure, but maybe link the tutorial here? |
43402a2
to
3362976
Compare
Sure. |
7969538
to
3b727b6
Compare
rebased |
PR Summary
Closes #20069 (comment).
Goes on top of #20069 and #20072. The example now gives

Writing a test specifically for this case is currently left as an exercise to the reader...
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).