Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2d297 commit 876c8acCopy full SHA for 876c8ac
1 file changed
lib/matplotlib/rcsetup.py
@@ -661,8 +661,8 @@ def __call__(self, s):
661
# the relative size of legend markers vs. original
662
'legend.markerscale': [1.0, validate_float],
663
'legend.shadow': [False, validate_bool],
664
- 'legend.facecolor': ['w', validate_color], # background color; white
665
- 'legend.edgecolor': ['k', validate_color], # edge color; black
+ 'legend.facecolor': [None, validate_color], # background color; white
+ 'legend.edgecolor': [None, validate_color], # edge color; black
666
667
668
## tick properties
0 commit comments