Labels for PatchCollection do not show #23998 #24042
Labels for PatchCollection do not show #23998 #24042emmamastro wants to merge 3 commits intomatplotlib:mainfrom
Conversation
pathCollection changes
Patch collection edits
|
Thanks you! As you noted in #23998 there was already another PR opened. It is not clear which will be merged (although most likely we go with the first if that gets up to shape), but in case you want to complete this one, what is additionally required is a test. This is discussed further in #24028 as it is missing there as well. Also, there are a number of linting failures. Finally, in general we prefer to not merge the main branch into a PR, but to rebase the PR onto the main branch. In your case you can do something like (in your branch (You can also use Edit: note that you probably do not want to |
|
I'll close this as a duplicate. Please work in the context of the original PR. Thanks for your contribution! |
PR Summary
This is in response to Labels for PatchCollection Issue #23998. I added both the Handler for Patch collection class and the patch collection handler to the default_handler_map.
PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand runflake8 --docstring-convention=all).Documentation
doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).