Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Add test cases for patch.force_edgecolor behavior with facecolor="none"#29690
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This codifies current behavior. It does not fix#29690, but is a baseline so that we can do a reliable refactoring to fix#29690 without accidentally changing current behavior (see#29261 (comment)). |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
03b74ea
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
timhoffm commentedMar 4, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Sorry, I always get a knot in my brain when I try to think though all cases 😵. The fundamental goal of#29261 is to get rid of the confusing
and an as-smooth-as possible transition path to them - i.e. give themes/users with customized I suspect, but right now can't tell reliably, that changing part of the logic of |
Fixes:#29261
This commit adds test cases to verify the behavior of
patch.force_edgecolor
whenfacecolor="none"
.