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

Skip to content

Commit 0eb446f

Browse files
authored
Merge pull request #11834 from meeseeksmachine/auto-backport-of-pr-11824-on-v2.2.x
Backport PR #11824 on branch v2.2.x
2 parents de3879a + bfc39d1 commit 0eb446f

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
@@ -1162,6 +1162,7 @@ def set_facecolor(self, color):
11621162
color : color
11631163
"""
11641164
self._facecolor = color
1165+
self.stale = True
11651166
return self.patch.set_facecolor(color)
11661167
set_fc = set_facecolor
11671168

0 commit comments

Comments
 (0)