Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
timhoffm merged 2 commits intomatplotlib:masterfromjklymak:doc-update-tight-layout
Jul 29, 2020

Conversation

jklymak
Copy link
Member

PR Summary

The tight layout guide was obsolete with respect to what artists are automatically included in the layout calc...

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/next_api_changes/* if API changed in a backward-incompatible way

@jklymak
Copy link
MemberAuthor

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

@QuLogic
Copy link
Member

I think it's indented too much (and thus in ablockquote); can you remove the extra first space?

# 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
# 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

Copy link
Member

@timhoffmtimhoffm left a 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 .

@jklymakjklymakforce-pushed thedoc-update-tight-layout branch from6a44f2a to192f329CompareJuly 28, 2020 22:44
@jklymak
Copy link
MemberAuthor

@timhoffmtimhoffm merged commit8a3ec2f intomatplotlib:masterJul 29, 2020
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestJul 29, 2020
QuLogic added a commit that referenced this pull requestJul 29, 2020
…100-on-v3.3.0-docBackport PR#18100 on branch v3.3.0-doc (DOC: update tight layout guide with set_in_layout)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic left review comments

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.3-doc
Development

Successfully merging this pull request may close these issues.

Adding Text Annotation when Co-plotting Shrinks Subplots when Tight Layout is Applied
3 participants
@jklymak@QuLogic@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp