Add test cases for patch.force_edgecolor behavior with facecolor="none"#29690
Add test cases for patch.force_edgecolor behavior with facecolor="none"#29690QuLogic merged 2 commits intomatplotlib:mainfrom
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)). |
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
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_edgecolorwhenfacecolor="none".