Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa4c56e

Browse filesBrowse files
committed
Change figure background for real
1 parent c44bd3d commit fa4c56e
Copy full SHA for fa4c56e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.