Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd70834 commit 3f3ef10Copy full SHA for 3f3ef10
1 file changed
lib/matplotlib/table.py
@@ -190,6 +190,7 @@ def visible_edges(self, value):
190
)
191
raise ValueError(msg)
192
self._visible_edges = value
193
+ self.stale = True
194
195
def get_path(self):
196
'Return a path where the edges specificed by _visible_edges are drawn'
0 commit comments