Merge branch 'main' into text-overhaul#31408
Merged
QuLogic merged 129 commits intoApr 2, 2026
Merged
Conversation
Co-authored-by: Tim Hoffmann <[email protected]> Co-authored-by: Ruth Comer <[email protected]> Co-authored-by: Scott Shambaugh <[email protected]>
fix get_children
…31133) * fix: resolve FigureCanvasTkAgg clipping on Windows HiDPI * Fix lint issues * Fix update_idletasks call in Tk backend * Check for update_idletasks existence before calling * refactor: fix HiDPI clipping for layout-managed FigureCanvasTkAgg by resizing with actual widget dimensions instead of computed ones after DPI changes * fix: matplot error * update docstring --------- Co-authored-by: intelliking <[email protected]> Co-authored-by: Ubuntu <[email protected]>
…s-reuse-error API: Raise ValueError in subplots if num refers to existing figure
Co-authored-by: Elliott Sales de Andrade <[email protected]>
SEC: Block shell escapes in latex and ps commands
…origin MNT: Restrict webagg toolbar actions to valid actions
Introduce a val_in_range method in ScaleBase to explicitly check whether values lie within the valid domain of a scale. The default implementation falls back to limit_range_for_scale for compatibility with existing scales. Specific scales (e.g., LogScale, LogitScale) override this method with more efficient checks.
…-doc DOC: clarify explanation of axline in infinite lines example
That discussion is out of scope here, and we generally use OO nowadays.
matplotlib#31422) * Improve legend loc and bbox_to_anchor documentation (matplotlib#26620) * Update lib/matplotlib/legend.py Co-authored-by: Tim Hoffmann <[email protected]> * Update lib/matplotlib/legend.py Co-authored-by: Tim Hoffmann <[email protected]> --------- Co-authored-by: Tim Hoffmann <[email protected]>
…llection-legend_elements MNT: Minor cleanup of label formatting in PathCollection.legend_elements
…_actions/actions-544a40d0fe Bump the actions group with 2 updates
* Fix: Prevent Cursor blitting from erasing overlapping axes * Fix styling: remove trailing whitespace and shorten comment * MAINT: explicitly mark Cursor blitting on overlapping axes as unsupported * style: fix ruff line length limit in widgets.py * test: add coverage for cursor overlapping axes warning * chore: trigger CI to clear Windows timeout flake
* ENH: Support partial figsize with None (matplotlib#31400) * ENH: disallow None in Figure.set_size_inches * Update lib/matplotlib/figure.py Co-authored-by: Tim Hoffmann <[email protected]> * Update lib/matplotlib/tests/test_figure.py Co-authored-by: Tim Hoffmann <[email protected]> * Update lib/matplotlib/tests/test_figure.py Co-authored-by: Tim Hoffmann <[email protected]> * Update lib/matplotlib/tests/test_figure.py Co-authored-by: Tim Hoffmann <[email protected]> * ENH: parse partial None figsize in _parse_figsize * Simplify set_size_inches argument handling * DOC: document partial None support for figsize * Update doc/release/next_whats_new/partial_figsize_none.rst Co-authored-by: Tim Hoffmann <[email protected]> * Update lib/matplotlib/figure.py Co-authored-by: Tim Hoffmann <[email protected]> * Update lib/matplotlib/pyplot.py Co-authored-by: Tim Hoffmann <[email protected]> --------- Co-authored-by: Tim Hoffmann <[email protected]>
…face DOC: Remove pyplot vs. OO interface discussion from lifecycle example
Previously, some fontmaps used integer keys for some special font entries, but there's no reason why they can't also be strings, which should reduce the type inconsistency across the whole file. Also, fix a couple of other type errors with strict mypy. Fixes matplotlib#31433
…s-doc Clarify SecondaryAxes limit behavior via documentation
ksunden
approved these changes
Apr 2, 2026
mathtext: Fix type inconsistency with fontmaps
8c34645 to
afddabd
Compare
- Port FreeType symbol visibility patch to 2.14.1 - Add test image preloading to wasm CI workflow - Temporarily disable testing `test_complex_shaping`, which triggers some code path that fails somehow
This test requires a subprocess call, so should be skipped like the others.
afddabd to
17b1f31
Compare
Member
Author
Note, all test failures are due to this (plus a few flaky timeouts); it will be fine once merged in. |
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
There were several conflicts and new images, so just trying to confirm that everything passes everywhere.
AI Disclosure
None
PR checklist