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

Method set_paths

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

Source from the content-addressed store, hash-verified

2288 return self._paths
2289
2290 def set_paths(self):
2291 self._paths = self.convert_mesh_to_paths(self._triangulation)
2292
2293 @staticmethod
2294 def convert_mesh_to_paths(tri):

Callers 4

get_pathsMethod · 0.95
__init__Method · 0.45
test_contour_set_pathsFunction · 0.45

Calls 1

convert_mesh_to_pathsMethod · 0.95

Tested by 2

test_contour_set_pathsFunction · 0.36