Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_paths
Method
get_paths
lib/matplotlib/collections.py:2528–2531 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2526
self.set_mouseover(False)
2527
2528
def
get_paths(self):
2529
if
self._paths is None:
2530
self.set_paths()
2531
return
self._paths
2532
2533
def
set_paths(self):
2534
self._paths = self._convert_mesh_to_paths(self._coordinates)
Callers
nothing calls this directly
Calls
1
set_paths
Method · 0.95
Tested by
no test coverage detected