-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Backport PR #28403 on branch v3.9.x (FIX: Autoscale support in add_collection3d for Line3DCollection and Poly3DCollection) #28445
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
scottshambaugh
wants to merge
71
commits into
matplotlib:main
from
scottshambaugh:auto-backport-of-pr-28403-on-v3.9.x
Closed
Conversation
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
…t-of-pr-28231-on-v3.9.x Backport PR matplotlib#28231 on branch v3.9.x (DOC: we do not need the blit call in on_draw)
…t-of-pr-28233-on-v3.9.x Backport PR matplotlib#28233 on branch v3.9.x (CI: Fix font install on macOS/Homebrew)
…t-of-pr-28219-on-v3.9.x Backport PR matplotlib#28219 on branch v3.9.x (Bump the actions group with 2 updates)
…t-of-pr-28243-on-v3.9.x Backport PR matplotlib#28243 on branch v3.9.x (DOC: Add more 3D plot types)
…t-of-pr-28230-on-v3.9.x Backport PR matplotlib#28230 on branch v3.9.x (Add extra imports to improve typing)
… to match the other examples
…t-of-pr-28252-on-v3.9.x Backport PR matplotlib#28252 on branch v3.9.x (DOC: Flip the imshow plot types example to match the other examples)
…t-of-pr-28254-on-v3.9.x Backport PR matplotlib#28254 on branch v3.9.x ([DOC] plot type heading consistency)
…t-of-pr-28257-on-v3.9.x Backport PR matplotlib#28257 on branch v3.9.x (Clean up some Meson-related leftovers)
…t-of-pr-28269-on-v3.9.x Backport PR matplotlib#28269 on branch v3.9.x (Handle GetForegroundWindow() returning NULL.)
…t-of-pr-28274-on-v3.9.x Backport PR matplotlib#28274 on branch v3.9.x (ci: Remove deprecated codeql option)
…t-of-pr-28272-on-v3.9.x Backport PR matplotlib#28272 on branch v3.9.x (BLD: Move macos builders from 11 to 12)
…t-of-pr-28280-on-v3.9.x Backport PR matplotlib#28280 on branch v3.9.x (DOC: Add an example for 2D images in 3D plots)
…t-of-pr-28261-on-v3.9.x Backport PR matplotlib#28261 on branch v3.9.x (Correct roll angle units, issue matplotlib#28256)
…t-of-pr-28297-on-v3.9.x Backport PR matplotlib#28297 on branch v3.9.x (Solved matplotlib#28296 Added missing comma)
…rom function doc string
…t-of-pr-28303-on-v3.9.x Backport PR matplotlib#28303 on branch v3.9.x (Removed drawedges repeated definition from function doc string)
…t-of-pr-28425-on-v3.9.x Backport PR matplotlib#28425 on branch v3.9.x (Fix Circle yaml line length)
… with numpy 2.0
…t-of-pr-28441-on-v3.9.x Backport PR matplotlib#28441 on branch v3.9.x (MNT: Update basic units example to work with numpy 2.0)
…ngs and fix `to_rgba` for `(nth_color, alpha)` (matplotlib#28438) Co-authored-by: hannah <[email protected]>
…n3d for Line3DCollection and Poly3DCollection
Wrong target branch... continued in #28446 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI: Run cibuildwheel
Run wheel building tests on a PR
Documentation: API
files in lib/ and doc/api
Documentation: build
building the docs
Documentation: examples
files in galleries/examples
Documentation: plot types
files in galleries/plot_types
GUI: tk
PR: bugfix
Pull requests that fix identified bugs
status: superseded
topic: axes
topic: canvas and figure manager
topic: color/color & colormaps
topic: figures and subfigures
topic: geometry manager
LayoutEngine, Constrained layout, Tight layout
topic: mplot3d
topic: pyplot API
topic: text/fonts
topic: text
topic: ticks axis labels
topic: widgets/UI
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
Manual backport of #28403
PR checklist