Skip to content

Commit 7ccf9c7

Browse files
committed
added stale to axes facecolor
1 parent fe6ee82 commit 7ccf9c7

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)