-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: move a couple of GridSpec examples into subplots gallery #11619
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
DOC: move a couple of GridSpec examples into subplots gallery #11619
Conversation
1299c1b
to
ed49d1c
Compare
Resizing axes with tight layout | ||
=============================== | ||
|
||
Tight layout (`~.figure.Figure.tight_layout`) attempts to resize subplots in |
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.
Is there any reason not to do simply
`~.figure.Figure.tight_layout` attempts to ...
Using Gridspec to make multi-column/row subplot layouts | ||
======================================================= | ||
|
||
`~.matplotlib.gridspec.GridSpec` is a flexible way to layout |
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.
`.GridSpec`
should be sufficient.
ed49d1c
to
aab834c
Compare
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.
Thanks @jklymak !
There seem to be a conflict, please backport manually |
PR Summary
There were no examples of using GridSpec in the subplots, axes, and figures gallery.
PR Checklist