MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_paths

Method set_paths

lib/matplotlib/collections.py:2533–2535  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2531 return self._paths
2532
2533 def set_paths(self):
2534 self._paths = self._convert_mesh_to_paths(self._coordinates)
2535 self.stale = True
2536
2537 def get_datalim(self, transData):
2538 return (self.get_transform() - transData).transform_bbox(self._bbox)

Callers 1

get_pathsMethod · 0.95

Calls 1

Tested by

no test coverage detected