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

Method get_y

lib/matplotlib/patches.py:947–949  ·  view source on GitHub ↗

Return the bottom coordinate of the rectangle.

(self)

Source from the content-addressed store, hash-verified

945 return self._x0
946
947 def get_y(self):
948 """Return the bottom coordinate of the rectangle."""
949 return self._y0
950
951 def get_xy(self):
952 """Return the left and bottom coords of the rectangle as a tuple."""

Callers 6

_offsetMethod · 0.45
set_valMethod · 0.45
extentsMethod · 0.45
bottomsMethod · 0.45
topsMethod · 0.45
position_centersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected