DOC: update tight layout guide with set_in_layout#18100
Merged
timhoffm merged 2 commits intomatplotlib:masterfrom Jul 29, 2020
Merged
DOC: update tight layout guide with set_in_layout#18100timhoffm merged 2 commits intomatplotlib:masterfrom
timhoffm merged 2 commits intomatplotlib:masterfrom
Conversation
4125e41 to
6a44f2a
Compare
Member
Author
|
The 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 |
Member
|
I think it's indented too much (and thus in a |
QuLogic
reviewed
Jul 28, 2020
| # 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 |
Member
There was a problem hiding this comment.
Suggested change
| # on the axes. To remove an artist from the layout calculation you can call | |
| # on the Axes. To remove an artist from the layout calculation you can call |
6a44f2a to
192f329
Compare
Member
Author
timhoffm
approved these changes
Jul 29, 2020
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
Jul 29, 2020
QuLogic
added a commit
that referenced
this pull request
Jul 29, 2020
…100-on-v3.3.0-doc Backport PR #18100 on branch v3.3.0-doc (DOC: update tight layout guide with set_in_layout)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
The tight layout guide was obsolete with respect to what artists are automatically included in the layout calc...
PR Checklist