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

Fix issues in examples, docs, and tutorials#23605

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 8 commits intomatplotlib:mainfromoscargus:examplesanddocs
Aug 14, 2022

Conversation

oscargus
Copy link
Member

PR Summary

Spent some time looking through the documentation tags and sort out a few.

Closes#8187
Closes#22746
Closes#23220
Adds examples to Artist methods
Usetick_params for a few more things.

PR Checklist

Tests and Styling

  • [N/A] Has pytest style unit tests (andpytest passes).
  • IsFlake 8 compliant (installflake8-docstrings and runflake8 --docstring-convention=all).

Documentation

  • [N/A] New features are documented, with examples if plot related.
  • [N/A] New features have an entry indoc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A] API changes documented indoc/api/next_api_changes/ (follow instructions in README.rst there).
  • Documentation is sphinx and numpydoc compliant (the docs shouldbuild without error).

@@ -129,7 +129,7 @@ def _contour_args(self, args, kwargs):
The colors of the levels, i.e., the contour %%(type)s.

The sequence is cycled for the levels in ascending order. If the sequence
is shorter than the number of levels, it's repeated.
is shorter than the number of levels, it is repeated.
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Not really required. More a consequence of the other instance being incorrect.


# Align the minor tick label
for label in ax.get_xticklabels(minor=True):
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

This is maybe not the best thing to loop over. But this is the method mentioned at the top, so from that perspective it makes more sense.

@timhoffmtimhoffm added this to thev3.6.0 milestoneAug 14, 2022
@timhoffmtimhoffm merged commit6383e43 intomatplotlib:mainAug 14, 2022
@oscargusoscargus deleted the examplesanddocs branchAugust 14, 2022 21:09
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.6.0
Development

Successfully merging this pull request may close these issues.

[Doc]: Clarifyoffset parameter in linestyle [Doc]: Document that rcParams['font.family'] can be a list Axes doesn't havelegends attribute?
2 participants
@oscargus@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp