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

Skip to content

Commit ee192c3

Browse files
committed
Don't explicitly unstale the figure
1 parent c4614b4 commit ee192c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/backend_macosx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def _draw(self):
134134
return renderer
135135

136136
self.figure.draw(renderer)
137-
self.figure.stale = False
138137
return renderer
139138

140139
def draw(self):

0 commit comments

Comments
 (0)