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

Method set_paths

lib/matplotlib/collections.py:2260–2263  ·  view source on GitHub ↗
(self, patches)

Source from the content-addressed store, hash-verified

2258 self.set_paths(patches)
2259
2260 def set_paths(self, patches):
2261 paths = [p.get_transform().transform_path(p.get_path())
2262 for p in patches]
2263 self._paths = paths
2264
2265
2266class 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