Merged
Conversation
…t-of-pr-29292-on-v3.10.0-doc Backport PR matplotlib#29292 on branch v3.10.0-doc (Update dependencies.rst)
…t-of-pr-29314-on-v3.10.0-doc Backport PR matplotlib#29314 on branch v3.10.0-doc (DOC: fix footnote in choosing colormaps guide)
…t-of-pr-29321-on-v3.10.0-doc Backport PR matplotlib#29321 on branch v3.10.0-doc (DOC: List min. Python version for Matplotlib 3.10)
…t-of-pr-29348-on-v3.10.0-doc Backport PR matplotlib#29348 on branch v3.10.0-doc (DOC: Cleanup scales examples)
…inscale of symlog scale
…t-of-pr-29347-on-v3.10.0-doc Backport PR matplotlib#29347 on branch v3.10.0-doc (DOC: Explain parameters linthresh and linscale of symlog scale)
…t-of-pr-29382-on-v3.10.x Backport PR matplotlib#29382 on branch v3.10.x (Fix title position for polar plots)
…t-of-pr-29409-on-v3.10.x Backport PR matplotlib#29409 on branch v3.10.x (Fixed test case(test_axes.py) failing on ppc64le)
…t-of-pr-29406-on-v3.10.x Backport PR matplotlib#29406 on branch v3.10.x (DOC: Update scales overview)
…t-of-pr-29406-on-v3.10.0-doc Backport PR matplotlib#29406 on branch v3.10.0-doc (DOC: Update scales overview)
…are used in scatter plot (... and related improvements in the test suite).
…t-of-pr-29130-on-v3.10.x Backport PR matplotlib#29130 on branch v3.10.x (Raise warning if both c and facecolors are used in scatter plot (... and related improvements in the test suite).)
…t-of-pr-29431-on-v3.10.x Backport PR matplotlib#29431 on branch v3.10.x (ft2font: Split named instance count from style flags)
…t-of-pr-29407-on-v3.10.x Backport PR matplotlib#29407 on branch v3.10.x (DOC: Improve log scale example)
…t-of-pr-29407-on-v3.10.0-doc Backport PR matplotlib#29407 on branch v3.10.0-doc (DOC: Improve log scale example)
…t-of-pr-29442-on-v3.10.x Backport PR matplotlib#29442 on branch v3.10.x (DOC: put section headings in 3.10 whats new)
…et_usetex in ticker.py
…-29075-on-v3.10.x Backport PR matplotlib#29075 on branch v3.10.x (Add xaxis and yaxis attributes to Axes docs)
…t-of-pr-29642-on-v3.10.x Backport PR matplotlib#29642 on branch v3.10.x (DOC: Add docstrings to get_usetex and set_usetex in ticker.py)
…t-of-pr-29667-on-v3.10.x Backport PR matplotlib#29667 on branch v3.10.x (DOC: remove redundant gridspec from example)
…t-of-pr-29667-on-v3.10.0-doc Backport PR matplotlib#29667 on branch v3.10.0-doc (DOC: remove redundant gridspec from example)
…t-of-pr-29662-on-v3.10.x Backport PR matplotlib#29662 on branch v3.10.x (DOC: Move Colorbar parameters to __init__)
…t-of-pr-29666-on-v3.10.x Backport PR matplotlib#29666 on branch v3.10.x (DOC: Revising the Figure Legend Demo Example)
…t-of-pr-29670-on-v3.10.x Backport PR matplotlib#29670 on branch v3.10.x (DOC: change marginal scatter plot to subplot_mosaic)
…t-of-pr-29680-on-v3.10.x Backport PR matplotlib#29680 on branch v3.10.x (DOC: fix the bug of examples\event_handling)
This is the first bugfix release of the 3.10.x series. This release contains several bug-fixes and adjustments: - Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image - Remove md5 usage to prevent issues on FIPS enabled systems - Fix pyplot.matshow figure handling - Fix modifying Axes' position also alters the original Bbox object used for initialization - Fix title position for polar plots - Add version gate to GTK4 calls when necessary - Raise warning if both c and facecolors are used in scatter plot As well as several documentation improvements and corrections.
dstansby
approved these changes
Mar 12, 2025
Member
dstansby
left a comment
There was a problem hiding this comment.
I'm guessing the cleanliness check failing doesn't matter (especially if this is squash merged anyway), and the appveyor build looks like a timeout.
Member
Merge ups should not be squash merged; that would defeat the purpose. The cleanliness check should be ignored in this case. (This was correctly merged.) |
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.
text.usetex=Trueinpyplot.rcParamsRaises FIPS Compliance Errors #29603)PR summary
PR checklist