8000 add stale mark when setting data · matplotlib/matplotlib@4f2ae55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f2ae55

Browse files
committed
add stale mark when setting data
1 parent 14f6f2e commit 4f2ae55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def set_data_3d(self, *args):
172172
self._verts3d = args[0]
173173
else:
174174
self._verts3d = args
175+
self.stale = True
175176

176177
def get_data_3d(self):
177178
"""

0 commit comments

Comments
 (0)
0