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

Method verts

lib/matplotlib/widgets.py:4352–4354  ·  view source on GitHub ↗

The polygon vertices, as a list of ``(x, y)`` pairs.

(self)

Source from the content-addressed store, hash-verified

4350
4351 @property
4352 def verts(self):
4353 """The polygon vertices, as a list of ``(x, y)`` pairs."""
4354 return self._xys[:-1]
4355
4356 @verts.setter
4357 def verts(self, xys):

Callers

nothing calls this directly

Calls 3

_add_boxMethod · 0.95
_draw_polygonMethod · 0.95
set_visibleMethod · 0.45

Tested by

no test coverage detected