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

Consolidate release notes for 3.6#23814

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 8 commits intomatplotlib:v3.6.xfromQuLogic:relnotes36
Sep 15, 2022

Conversation

QuLogic
Copy link
Member

@QuLogicQuLogic commentedSep 7, 2022
edited
Loading

PR Summary

Also add a couple of missing documentation entries for the new pages.

PR Checklist

Tests and Styling

  • [n/a] Has pytest style unit tests (andpytest passes).
  • [n/a] 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).
  • 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).

@QuLogicQuLogic changed the titleConsolidate API changes for 3.6Consolidate release notes for 3.6Sep 8, 2022
Comment on lines 242 to 245
``tight_layout`` and ``constrained_layout`` are incompatible if a colorbar has
been added to the figure. Invoking the incompatible layout engine used to warn,
but now raises with a `RuntimeError`.

Copy link
Member

Choose a reason for hiding this comment

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

Sorry, this was my wording, but if we can clarify:

Suggested change
``tight_layout`` and ``constrained_layout`` are incompatible if a colorbar has
been added tothe figure. Invoking the incompatible layout engine used to warn,
but now raises with a `RuntimeError`.
You cannot switch between``tight_layout`` and ``constrained_layout`` if a colorbar has
alreadybeen added toa figure. Invoking the incompatible layout engine used to warn,
but now raises with a `RuntimeError`.

Comment on lines 90 to 96
Axes title now avoids y-axis offset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Previously, Axes titles could overlap the y-axis offset text, which is often in
the upper left corner of the axes. Now titles are moved above the offset text
if overlapping, and automatic positioning is in effect (i.e. if *y* in
`.Axes.set_title` is *None* and :rc:`axes.titley` is also *None*).
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
Axes title now avoids y-axis offset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Previously, Axes titles could overlap the y-axis offset text, which is often in
the upper left corner of the axes. Now titles are moved above the offset text
if overlapping, and automatic positioning is in effect (i.e. if *y* in
`.Axes.set_title` is *None* and:rc:`axes.titley` is also *None*).
Axes title now avoids y-axis offset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Previously, Axes titles could overlap the y-axis offset text, which is often in
the upper left corner of the axes. Now titles are moved above the offset text
if overlapping when automatic title positioning is in effect (i.e. if *y* in
`.Axes.set_title` is *None* and:rc:`axes.titley` is also *None*).

@QuLogic
Copy link
MemberAuthor

Some additional PRs:

'xy', 'center' or a 2-tuple of numbers.

Axes.inset_axes flexibility
---------------------------
Copy link
Member

Choose a reason for hiding this comment

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

I don’t know how much rearranging you generally do at this stage, but I wonder if this should go under “Figure and Axes creation / management”

@tacaswell
Copy link
Member

  • remove the errorbar markerfacecoloralt from api changes (it is in whats new)
  • merge the contour/contourf new kwarg into the whats new entry (rather than an API behavior change)

@tacaswelltacaswell merged commitdf42410 intomatplotlib:v3.6.xSep 15, 2022
@QuLogicQuLogic deleted the relnotes36 branchSeptember 15, 2022 21:08
@QuLogicQuLogic mentioned this pull requestSep 20, 2022
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@anntzeranntzeranntzer left review comments

@jklymakjklymakjklymak left review comments

@timhoffmtimhoffmtimhoffm left review comments

@rcomerrcomerrcomer left review comments

@tacaswelltacaswelltacaswell approved these changes

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

Successfully merging this pull request may close these issues.

6 participants
@QuLogic@tacaswell@anntzer@jklymak@timhoffm@rcomer

[8]ページ先頭

©2009-2025 Movatter.jp