MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / set_paths

Method set_paths

site-packages/matplotlib/collections.py:1707–1710  ·  view source on GitHub ↗
(self, patches)

Source from the content-addressed store, hash-verified

1705 self.set_paths(patches)
1706
1707 def set_paths(self, patches):
1708 paths = [p.get_transform().transform_path(p.get_path())
1709 for p in patches]
1710 self._paths = paths
1711
1712
1713class TriMesh(Collection):

Callers 1

__init__Method · 0.95

Calls 3

transform_pathMethod · 0.45
get_transformMethod · 0.45
get_pathMethod · 0.45

Tested by

no test coverage detected