DOC: Prepare release notes for 3.9#28181
Merged
Merged
Conversation
Member
Author
|
I think I might still have to add a few more images to the What's new page. |
oscargus
reviewed
May 8, 2024
oscargus
left a comment
Member
There was a problem hiding this comment.
Some minor corrections/improvements(?).
| ... now draw circles and circular arcs (`~.Axes.axhline`) or annuli and wedges | ||
| (`~.Axes.axhspan`). | ||
|
|
||
| subplot titles can now be automatically aligned |
Member
There was a problem hiding this comment.
Suggested change
| subplot titles can now be automatically aligned | |
| Subplot titles can now be automatically aligned |
|
|
||
| It is common, with `.Axes.pie`, to specify labels that include a percent sign | ||
| (``%``), which denotes a comment for LaTeX. When enabling LaTeX with | ||
| :rc:`text.usetex` or passing ``textprops={"usetex": True}``, this would cause |
Member
There was a problem hiding this comment.
Suggested change
| :rc:`text.usetex` or passing ``textprops={"usetex": True}``, this would cause | |
| :rc:`text.usetex` or passing ``textprops={"usetex": True}``, this used to cause |
| NonUniformImage now has mouseover support | ||
| ----------------------------------------- | ||
|
|
||
| When mousing over a `~matplotlib.image.NonUniformImage` the data values are now |
Member
There was a problem hiding this comment.
Suggested change
| When mousing over a `~matplotlib.image.NonUniformImage` the data values are now | |
| When mousing over a `~matplotlib.image.NonUniformImage`, the data values are now |
| Figure, Axes, and Legend Layout | ||
| =============================== | ||
|
|
||
| Subfigures have now controllable zorders |
Member
There was a problem hiding this comment.
Suggested change
| Subfigures have now controllable zorders | |
| Subfigures now have controllable zorders |
ksunden
reviewed
May 8, 2024
Comment on lines
+29
to
+36
|
|
||
| Default behavior of ``hexbin`` with *C* provided requires at least 1 point | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
|
||
| The behavior changed in 3.8.0 to be inclusive of *mincnt*. However that resulted in | ||
| errors or warnings with some reduction functions, so now the default is to require at | ||
| least 1 point to call the reduction function. This effectively restores the default | ||
| behavior to match that of Matplotlib 3.7 and before. |
Member
There was a problem hiding this comment.
Suggested change
| Default behavior of ``hexbin`` with *C* provided requires at least 1 point | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The behavior changed in 3.8.0 to be inclusive of *mincnt*. However that resulted in | |
| errors or warnings with some reduction functions, so now the default is to require at | |
| least 1 point to call the reduction function. This effectively restores the default | |
| behavior to match that of Matplotlib 3.7 and before. |
Included in 3.8.1, apparently the note not removed?
ksunden
reviewed
May 8, 2024
Comment on lines
+4
to
+9
| ``contour`` deprecations reverted | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
|
||
| ``contour.allsegs``, ``contour.allkinds``, and ``contour.find_nearest_contour`` are no | ||
| longer marked for deprecation. | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| ``contour`` deprecations reverted | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ``contour.allsegs``, ``contour.allkinds``, and ``contour.find_nearest_contour`` are no | |
| longer marked for deprecation. |
Also from 3.8.1
4eb6b0f to
822bfc2
Compare
ksunden
reviewed
May 8, 2024
|
|
||
| .. plot:: | ||
| :include-source: | ||
| :alt: A figure with two Axes side-by-side, the second of which with ticks on top. The Axes titles and x-labels ppear unaligned with each other due to these ticks. |
Member
There was a problem hiding this comment.
ppear -> appear
Suggested change
| :alt: A figure with two Axes side-by-side, the second of which with ticks on top. The Axes titles and x-labels ppear unaligned with each other due to these ticks. | |
| :alt: A figure with two Axes side-by-side, the second of which with ticks on top. The Axes titles and x-labels appear unaligned with each other due to these ticks. |
ksunden
approved these changes
May 8, 2024
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
May 8, 2024
QuLogic
added a commit
that referenced
this pull request
May 8, 2024
…181-on-v3.9.x Backport PR #28181 on branch v3.9.x (DOC: Prepare release notes for 3.9)
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
This consolidates all the individual notes into single file for the release. A few tweaks were made to the text to flow better.
PR checklist