Skip to content
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

Fix masking for Axes3D.plot() #26906

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Conversation

scottshambaugh
Copy link
Contributor

@scottshambaugh scottshambaugh commented Sep 24, 2023

PR summary

Closes #25043 - there was someone who volunteered to look at doing that fix, but I'm not seeing any action on the ticket for the past 9 months and this will block some work I want to do on dynamic masking

Consolidates some the masking logic that was happening in different plotting functions into a private cbook function.

PR checklist

@scottshambaugh scottshambaugh force-pushed the 3d_masking branch 3 times, most recently from e49c8b4 to 95dd95d Compare October 15, 2023 03:35
lib/matplotlib/cbook.py Outdated Show resolved Hide resolved
Move function to cbook

Whitespace

Privatize cbook._broadcast_with_masks
lib/matplotlib/cbook.pyi Outdated Show resolved Hide resolved
lib/matplotlib/cbook.py Outdated Show resolved Hide resolved
lib/matplotlib/cbook.py Outdated Show resolved Hide resolved
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Co-authored-by: Kyle Sunden <git@ksunden.space>
@QuLogic QuLogic merged commit a40a891 into matplotlib:main Oct 20, 2023
40 checks passed
@QuLogic QuLogic added this to the v3.9.0 milestone Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH]: Plotting masked arrays correctly in 3D line plot
4 participants