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

Added sanitize_sequence to kwargs in _preprocess_data #26670

Merged
merged 1 commit into from
Sep 3, 2023

Conversation

story645
Copy link
Member

@story645 story645 commented Sep 1, 2023

I accidentally broke #25702 trying to rebase it 🤦‍♀️ so this is my amends (and for future I will make a new branch/PR for these sorts of rebases). @jovianw's PR makes it so that **kwargs are also passed through _sanitize_sequence and adds a test.

This pr supercedes #26577, which is why I touched it.
Let me know if it's considered enough of a new feature to need a what's new.

Added a simple test for using errorbar with mapview kwarg
Changed errorbar kwarg test to be more explicit
@rcomer rcomer linked an issue Sep 3, 2023 that may be closed by this pull request
@rcomer rcomer added this to the v3.9.0 milestone Sep 3, 2023
@rcomer
Copy link
Member

rcomer commented Sep 3, 2023

Milestoned for 3.9 as it has the “New Feature” label, though I think it could reasonably be considered a bugfix?

@rcomer rcomer merged commit 9398d8a into matplotlib:main Sep 3, 2023
38 of 40 checks passed
@story645
Copy link
Member Author

story645 commented Sep 3, 2023

It's both? Kwargs was never supported so that's new, but this also fixes the barh problem

@story645 story645 deleted the fix-for-issue-25596 branch October 6, 2023 16:54
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.

[MNT]: Consistency on Interface
4 participants