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

Method x

lib/matplotlib/widgets.py:3246–3247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3244
3245 @property
3246 def x(self):
3247 return self._markers.get_xdata()
3248
3249 @property
3250 def y(self):

Callers

nothing calls this directly

Calls 1

get_xdataMethod · 0.45

Tested by

no test coverage detected