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

Method y

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

Source from the content-addressed store, hash-verified

3248
3249 @property
3250 def y(self):
3251 return self._markers.get_ydata()
3252
3253 @property
3254 def artists(self):

Callers 2

mouseEventCoordsMethod · 0.80
wheelEventMethod · 0.80

Calls 1

get_ydataMethod · 0.45

Tested by

no test coverage detected