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

Method vertices

lib/matplotlib/path.py:211–213  ·  view source on GitHub ↗

The vertices of the `Path` as an (N, 2) array.

(self)

Source from the content-addressed store, hash-verified

209
210 @property
211 def vertices(self):
212 """The vertices of the `Path` as an (N, 2) array."""
213 return self._vertices
214
215 @vertices.setter
216 def vertices(self, vertices):

Callers

nothing calls this directly

Calls 1

_update_valuesMethod · 0.95

Tested by

no test coverage detected