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

Method get_paths

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

Source from the content-addressed store, hash-verified

2283 self._bbox.update_from_data_xy(xy)
2284
2285 def get_paths(self):
2286 if self._paths is None:
2287 self.set_paths()
2288 return self._paths
2289
2290 def set_paths(self):
2291 self._paths = self.convert_mesh_to_paths(self._triangulation)

Callers 15

_3d_extend_contourMethod · 0.45
collection_2d_to_3dFunction · 0.45
line_collection_2d_to_3dFunction · 0.45
poly_collection_2d_to_3dFunction · 0.45
_auto_legend_dataMethod · 0.45
create_collectionMethod · 0.45
ContourSetClass · 0.45
QuiverKeyClass · 0.45
errorbarMethod · 0.45
test_quiverkey_anglesFunction · 0.45

Calls 1

set_pathsMethod · 0.95