-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
DOC: change gridspec tutorial to arranging_axes tutorial #21631
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
|
I have to fix a link but this will likely require other revision so I'll open to review. |
fbd9161 to
f99590c
Compare
timhoffm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jklymak It's great that you take this on! 👍 I've only managed to review the "High-level methods for making grids", but I think that part of feedback is already actionable and you can respond before/while I review the rest.
286efc0 to
63054c2
Compare
8ddc371 to
2a91cdb
Compare
timhoffm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with the High-level part! :) will have a look at the other topics later.
51f364a to
01098ac
Compare
f35a501 to
524e27f
Compare
9a7e915 to
94c643b
Compare
94c643b to
4e3cdce
Compare
c00b89a to
8be6678
Compare
timhoffm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good modulo handling @QuLogic's comments.
8be6678 to
5c1f4d2
Compare
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
5c1f4d2 to
81440be
Compare
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
|
I guess this doesn't need to be back ported... |
…tutorial DOC: change gridspec tutorial to arranging_axes tutorial
…tutorial DOC: change gridspec tutorial to arranging_axes tutorial
…tutorial DOC: change gridspec tutorial to arranging_axes tutorial
…3.5.x Backport of PR #21631 on v3.5.x
This PR renames a tutorial, and thus needs to updtae a link in a .py file. Changes to .py files have no effect on the -doc branch, because it is run against the released version, so this breaks the build since the old link is gone. This reverts commit 37131e9.
This PR renames a tutorial, and thus needs to updtae a link in a .py file. Changes to .py files have no effect on the -doc branch, because it is run against the released version, so this breaks the build since the old link is gone. This reverts commit 37131e9.
Revert backport of #21631 to v3.5.0-doc
PR Summary
/tutorials/intermediate/gridspecwas pretty stale, in particular users almost never need to access gridspec directly anymore withsubplot_mosaicandsubfiguresproviding higher-level interfaces to those features. I also moved the tutorial to a new namearranging_axesinstead ofgridspecsince the tutorial is now more general.PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand runflake8 --docstring-convention=all).Documentation
doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).