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

Method get_xy

lib/matplotlib/patches.py:1284–1293  ·  view source on GitHub ↗

Get the vertices of the path. Returns ------- (N, 2) array The coordinates of the vertices.

(self)

Source from the content-addressed store, hash-verified

1282 self.stale = True
1283
1284 def get_xy(self):
1285 """
1286 Get the vertices of the path.
1287
1288 Returns
1289 -------
1290 (N, 2) array
1291 The coordinates of the vertices.
1292 """
1293 return self._path.vertices
1294
1295 def set_xy(self, xy):
1296 """

Callers 8

set_closedMethod · 0.95
test_Polygon_closeFunction · 0.95
_update_connectorsMethod · 0.45
test_hist_step_geometryFunction · 0.45

Calls

no outgoing calls