Consolidate release notes for 3.6#23814
Merged
tacaswell merged 8 commits intomatplotlib:v3.6.xfrom Sep 15, 2022
Merged
Conversation
anntzer
reviewed
Sep 7, 2022
anntzer
reviewed
Sep 7, 2022
timhoffm
reviewed
Sep 8, 2022
jklymak
reviewed
Sep 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`. | ||
|
|
Member
There was a problem hiding this comment.
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 to the 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 | |
| already been added to a figure. Invoking the incompatible layout engine used to warn, | |
| but now raises with a `RuntimeError`. |
jklymak
reviewed
Sep 8, 2022
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*). |
Member
There was a problem hiding this comment.
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*). |
jklymak
reviewed
Sep 8, 2022
jklymak
reviewed
Sep 9, 2022
Member
Author
rcomer
reviewed
Sep 10, 2022
| 'xy', 'center' or a 2-tuple of numbers. | ||
|
|
||
| Axes.inset_axes flexibility | ||
| --------------------------- |
Member
There was a problem hiding this comment.
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”
3 tasks
3cefd43 to
2d38fc3
Compare
Member
|
tacaswell
approved these changes
Sep 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Also add a couple of missing documentation entries for the new pages.
PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand runflake8 --docstring-convention=all).Documentation
doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).