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 7ccf9c7

Browse filesBrowse files
committed
added stale to axes facecolor
1 parent fe6ee82 commit 7ccf9c7
Copy full SHA for 7ccf9c7

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.