Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
merge up v3.10.1#29700
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
merge up v3.10.1#29700
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…t-of-pr-29292-on-v3.10.0-docBackport PRmatplotlib#29292 on branch v3.10.0-doc (Update dependencies.rst)
…t-of-pr-29314-on-v3.10.0-docBackport PRmatplotlib#29314 on branch v3.10.0-doc (DOC: fix footnote in choosing colormaps guide)
…t-of-pr-29321-on-v3.10.0-docBackport PRmatplotlib#29321 on branch v3.10.0-doc (DOC: List min. Python version for Matplotlib 3.10)
…t-of-pr-29348-on-v3.10.0-docBackport PRmatplotlib#29348 on branch v3.10.0-doc (DOC: Cleanup scales examples)
…inscale of symlog scale
…t-of-pr-29347-on-v3.10.0-docBackport PRmatplotlib#29347 on branch v3.10.0-doc (DOC: Explain parameters linthresh and linscale of symlog scale)
…t-of-pr-29382-on-v3.10.xBackport PRmatplotlib#29382 on branch v3.10.x (Fix title position for polar plots)
…t-of-pr-29409-on-v3.10.xBackport PRmatplotlib#29409 on branch v3.10.x (Fixed test case(test_axes.py) failing on ppc64le)
…t-of-pr-29406-on-v3.10.xBackport PRmatplotlib#29406 on branch v3.10.x (DOC: Update scales overview)
…t-of-pr-29406-on-v3.10.0-docBackport PRmatplotlib#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.xBackport PRmatplotlib#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.xBackport PRmatplotlib#29431 on branch v3.10.x (ft2font: Split named instance count from style flags)
…t-of-pr-29407-on-v3.10.xBackport PRmatplotlib#29407 on branch v3.10.x (DOC: Improve log scale example)
…t-of-pr-29407-on-v3.10.0-docBackport PRmatplotlib#29407 on branch v3.10.0-doc (DOC: Improve log scale example)
…t-of-pr-29442-on-v3.10.xBackport PRmatplotlib#29442 on branch v3.10.x (DOC: put section headings in 3.10 whats new)
…et_usetex in ticker.py
…-29075-on-v3.10.xBackport PRmatplotlib#29075 on branch v3.10.x (Add xaxis and yaxis attributes to Axes docs)
…t-of-pr-29642-on-v3.10.xBackport PRmatplotlib#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.xBackport PRmatplotlib#29667 on branch v3.10.x (DOC: remove redundant gridspec from example)
…t-of-pr-29667-on-v3.10.0-docBackport PRmatplotlib#29667 on branch v3.10.0-doc (DOC: remove redundant gridspec from example)
…t-of-pr-29662-on-v3.10.xBackport PRmatplotlib#29662 on branch v3.10.x (DOC: Move Colorbar parameters to __init__)
…t-of-pr-29666-on-v3.10.xBackport PRmatplotlib#29666 on branch v3.10.x (DOC: Revising the Figure Legend Demo Example)
…t-of-pr-29670-on-v3.10.xBackport PRmatplotlib#29670 on branch v3.10.x (DOC: change marginal scatter plot to subplot_mosaic)
…t-of-pr-29680-on-v3.10.xBackport PRmatplotlib#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 plotAs well as several documentation improvements and corrections.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Let's go.
7908d2c
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
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.) |
text.usetex=True
inpyplot.rcParams
Raises FIPS Compliance Errors #29603)PR summary
PR checklist