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 c44bd3d commit fa4c56eCopy full SHA for fa4c56e
1 file changed
lib/matplotlib/rcsetup.py
@@ -1114,7 +1114,7 @@ def validate_hist_bins(s):
1114
# figure size in inches: width by height
1115
'figure.figsize': [[8.0, 6.0], validate_nseq_float(2)],
1116
'figure.dpi': [100, validate_float], # DPI
1117
- 'figure.facecolor': ['0.75', validate_color], # facecolor; scalar gray
+ 'figure.facecolor': ['w', validate_color], # facecolor; white
1118
'figure.edgecolor': ['w', validate_color], # edgecolor; white
1119
'figure.frameon': [True, validate_bool],
1120
'figure.autolayout': [False, validate_bool],
0 commit comments