Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_paths
Method · 0.95
__init__
Method · 0.45
test_draw_path_collection_error_handling
Function · 0.45
test_contour_set_paths
Function · 0.45
Calls
1
convert_mesh_to_paths
Method · 0.95
Tested by
2
test_draw_path_collection_error_handling
Function · 0.36
test_contour_set_paths
Function · 0.36