Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: update tight layout guide with set_in_layout#18100
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
4125e41
to6a44f2a
CompareThe CI issues are not this PR (see#18101). The built docs for this PR are here:https://42418-1385122-gh.circle-artifacts.com/0/doc/build/html/tutorials/intermediate/tight_layout_guide.html#caveats |
I think it's indented too much (and thus in a |
# labels, and titles. Thus, other artists may be clipped and also may | ||
# overlap. | ||
# * :func:`~matplotlib.pyplot.tight_layout` by default considers all artists | ||
# on the axes. To remove an artist from the layout calculation you can call |
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.
# on theaxes. To remove an artist from the layout calculation you can call | |
# on theAxes. To remove an artist from the layout calculation you can call |
Uh oh!
There was an error while loading.Please reload this page.
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.
Modulo changes requested by@QuLogic .
6a44f2a
to192f329
Compare…100-on-v3.3.0-docBackport PR#18100 on branch v3.3.0-doc (DOC: update tight layout guide with set_in_layout)
PR Summary
The tight layout guide was obsolete with respect to what artists are automatically included in the layout calc...
PR Checklist