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: Cleanup spines usage in examples#24378

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
tacaswell merged 1 commit intomatplotlib:mainfromtimhoffm:doc-spines-cleanup
Nov 6, 2022

Conversation

timhoffm
Copy link
Member

  • hide spines usingset_visible(False) instead ofset_color('none')
  • removeax.xaxis.set_ticks_position('bottom') andax.yaxis.set_ticks_position('left'), because these are already the defaults
  • use multi-assignment (spines[['left', 'bottom']].set_*) when possible
  • Remove "Custom spine bounds" example. This is already included in the "Spines" example

- hide spines using `set_visible(False)` instead of `set_color('none')`- remove `ax.xaxis.set_ticks_position('bottom')` and  `ax.yaxis.set_ticks_position('left')`, because these are already the  defaults- use multi-assignment (`spines[['left', 'bottom']].set_*`) when  possible- Remove "Custom spine bounds" example. This is already included in the  "Spines" example
@timhoffmtimhoffm added this to thev3.6.3 milestoneNov 6, 2022
@tacaswell
Copy link
Member

@timhoffm did you mean v3.6.3 instead of v3.6-doc?

oscargus added a commit that referenced this pull requestNov 6, 2022
…378-on-v3.6.xBackport PR#24378 on branch v3.6.x (DOC: Cleanup spines usage in examples)
@timhoffm
Copy link
MemberAuthor

@timhoffm did you mean v3.6.3 instead of v3.6-doc?

I'm confused. This milestoned v3.6.3 as suggested.

@timhoffmtimhoffm deleted the doc-spines-cleanup branchNovember 6, 2022 09:14
@ksundenksunden mentioned this pull requestFeb 20, 2023
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tacaswelltacaswelltacaswell approved these changes

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

Successfully merging this pull request may close these issues.

2 participants
@timhoffm@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp