Skip to content

Commit b1df283

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/axes/_base.py

Lines 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)