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

Skip to content

Commit 3f3ef10

Browse files
committed
ENH : add stale flag to CustumCell
1 parent cd70834 commit 3f3ef10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def visible_edges(self, value):
190190
)
191191
raise ValueError(msg)
192192
self._visible_edges = value
193+
self.stale = True
193194

194195
def get_path(self):
195196
'Return a path where the edges specificed by _visible_edges are drawn'

0 commit comments

Comments
 (0)