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

Method get_x

lib/matplotlib/patches.py:943–945  ·  view source on GitHub ↗

Return the left coordinate of the rectangle.

(self)

Source from the content-addressed store, hash-verified

941 "{'xy', 'center', (number, number)}.")
942
943 def get_x(self):
944 """Return the left coordinate of the rectangle."""
945 return self._x0
946
947 def get_y(self):
948 """Return the bottom coordinate of the rectangle."""

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