Merge branch 'main' into text-overhaul#31408
Open
QuLogic wants to merge 103 commits intomatplotlib:text-overhaulfrom
Open
Merge branch 'main' into text-overhaul#31408QuLogic wants to merge 103 commits intomatplotlib:text-overhaulfrom
QuLogic wants to merge 103 commits intomatplotlib:text-overhaulfrom
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
Member
Author
|
Test failures are from #31198, which updated some figures, but I didn't re-create them on this branch yet. The wasm crash is because we no longer have the FreeType visibility patch since 2.6.1 had our own Meson build patched in and 2.14 doesn't. However, after fixing that, I'm still getting some crashes, so may have to disable wasm for a bit. |
- 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
500f27b to
8c34645
Compare
Member
Author
|
I pushed some fixes for the wasm CI:
and as a corollary to #31198, I also pushed updated test images for the |
Member
Author
|
Oops, the preloading code will always prefer the test images from the PR, so it picks up the ones from |
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