Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa4c56e

Browse files
committed
Change figure background for real
1 parent c44bd3d commit fa4c56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ def validate_hist_bins(s):
11141114
# figure size in inches: width by height
11151115
'figure.figsize': [[8.0, 6.0], validate_nseq_float(2)],
11161116
'figure.dpi': [100, validate_float], # DPI
1117-
'figure.facecolor': ['0.75', validate_color], # facecolor; scalar gray
1117+
'figure.facecolor': ['w', validate_color], # facecolor; white
11181118
'figure.edgecolor': ['w', validate_color], # edgecolor; white
11191119
'figure.frameon': [True, validate_bool],
11201120
'figure.autolayout': [False, validate_bool],

0 commit comments

Comments
 (0)