Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
scottshambaugh wants to merge71 commits intomatplotlib:mainfromscottshambaugh:auto-backport-of-pr-28403-on-v3.9.x
Uh oh!
There was an error while loading.Please reload this page.
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.xBackport PRmatplotlib#28231 on branch v3.9.x (DOC: we do not need the blit call in on_draw)
…t-of-pr-28233-on-v3.9.xBackport PRmatplotlib#28233 on branch v3.9.x (CI: Fix font install on macOS/Homebrew)
…t-of-pr-28219-on-v3.9.xBackport PRmatplotlib#28219 on branch v3.9.x (Bump the actions group with 2 updates)
…t-of-pr-28243-on-v3.9.xBackport PRmatplotlib#28243 on branch v3.9.x (DOC: Add more 3D plot types)
…t-of-pr-28230-on-v3.9.xBackport PRmatplotlib#28230 on branch v3.9.x (Add extra imports to improve typing)
… to match the other examples
…t-of-pr-28252-on-v3.9.xBackport PRmatplotlib#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.xBackport PRmatplotlib#28254 on branch v3.9.x ([DOC] plot type heading consistency)
…t-of-pr-28257-on-v3.9.xBackport PRmatplotlib#28257 on branch v3.9.x (Clean up some Meson-related leftovers)
…t-of-pr-28269-on-v3.9.xBackport PRmatplotlib#28269 on branch v3.9.x (Handle GetForegroundWindow() returning NULL.)
…t-of-pr-28274-on-v3.9.xBackport PRmatplotlib#28274 on branch v3.9.x (ci: Remove deprecated codeql option)
…t-of-pr-28272-on-v3.9.xBackport PRmatplotlib#28272 on branch v3.9.x (BLD: Move macos builders from 11 to 12)
…t-of-pr-28280-on-v3.9.xBackport PRmatplotlib#28280 on branch v3.9.x (DOC: Add an example for 2D images in 3D plots)
…t-of-pr-28261-on-v3.9.xBackport PRmatplotlib#28261 on branch v3.9.x (Correct roll angle units, issuematplotlib#28256)
…t-of-pr-28297-on-v3.9.xBackport PRmatplotlib#28297 on branch v3.9.x (Solvedmatplotlib#28296 Added missing comma)
…rom function doc string
…t-of-pr-28303-on-v3.9.xBackport PRmatplotlib#28303 on branch v3.9.x (Removed drawedges repeated definition from function doc string)
…t-of-pr-28425-on-v3.9.xBackport PRmatplotlib#28425 on branch v3.9.x (Fix Circle yaml line length)
…t-of-pr-28441-on-v3.9.xBackport PRmatplotlib#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 <story645@gmail.com>
…n3d for Line3DCollection and Poly3DCollection
Wrong target branch... continued in#28446 |
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
CI: Run cibuildwheelRun wheel building tests on a PR Documentation: APIfiles in lib/ and doc/api Documentation: buildbuilding the docs Documentation: examplesfiles in galleries/examples Documentation: plot typesfiles in galleries/plot_types GUI: tkPR: bugfixPull requests that fix identified bugs status: supersededtopic: axestopic: canvas and figure managertopic: color/color & colormapstopic: figures and subfigurestopic: geometry managerLayoutEngine, Constrained layout, Tight layout topic: mplot3dtopic: pyplot APItopic: text/fontstopic: texttopic: ticks axis labelstopic: 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.
Uh oh!
There was an error while loading.Please reload this page.
PR summary
Manual backport of#28403
PR checklist