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 895a3f5 commit 429031fCopy full SHA for 429031f
lib/matplotlib/collections.py
@@ -1708,6 +1708,7 @@ def get_paths(self):
1708
def set_paths(self):
1709
self._paths = self.convert_mesh_to_paths(
1710
self._meshWidth, self._meshHeight, self._coordinates)
1711
+ self.stale = True
1712
1713
def get_datalim(self, transData):
1714
return (self.get_transform() - transData).transform_bbox(self._bbox)
@@ -1831,6 +1832,7 @@ def draw(self, renderer):
1831
1832
self._antialiased, self.get_edgecolors())
1833
gc.restore()
1834
renderer.close_group(self.__class__.__name__)
1835
+ self.stale = False
1836
1837
1838
patchstr = artist.kwdoc(Collection)
0 commit comments