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: colorbar may steal from array of axes#24070

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
oscargus merged 1 commit intomatplotlib:mainfromrcomer:colorbar-space-steal
Oct 2, 2022

Conversation

@rcomer
Copy link
Member

PR Summary

Small docstring correction.make_axes specifically handles numpy arrays

ifisinstance(parents,np.ndarray):
parents=list(parents.flat)

and there is an example in theConstrained Layout Guide where a 2D array of Axes is passed.

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).

@oscargusoscargus added this to thev3.6.1 milestoneOct 2, 2022
@oscargusoscargus merged commit1a100e3 intomatplotlib:mainOct 2, 2022
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestOct 2, 2022
@rcomerrcomer deleted the colorbar-space-steal branchOctober 2, 2022 10:33
timhoffm added a commit that referenced this pull requestOct 2, 2022
…070-on-v3.6.xBackport PR#24070 on branch v3.6.x (DOC: colorbar may steal from array of axes)
@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

@oscargusoscargusoscargus approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

v3.6.1

Development

Successfully merging this pull request may close these issues.

2 participants

@rcomer@oscargus

[8]ページ先頭

©2009-2025 Movatter.jp