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 b1df283

Browse filesBrowse files
authored
Merge pull request matplotlib#11824 from fredrik-1/facecolor_stale
facecolor stale missing
2 parents cbf5928 + 7ccf9c7 commit b1df283
Copy full SHA for b1df283

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-0
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,7 @@ def set_facecolor(self, color):
11211121
color : color
11221122
"""
11231123
self._facecolor = color
1124+
self.stale = True
11241125
return self.patch.set_facecolor(color)
11251126
set_fc = set_facecolor
11261127

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.