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

Method get_height

lib/matplotlib/patches.py:1819–1821  ·  view source on GitHub ↗

Return the height of the ellipse.

(self)

Source from the content-addressed store, hash-verified

1817 self.stale = True
1818
1819 def get_height(self):
1820 """Return the height of the ellipse."""
1821 return self._height
1822
1823 height = property(get_height, set_height)
1824

Callers 10

_update_connectorsMethod · 0.45
_do_cell_alignmentMethod · 0.45
scaleMethod · 0.45
extentsMethod · 0.45
topsMethod · 0.45
position_centersMethod · 0.45
set_contextMethod · 0.45
copy_from_bboxMethod · 0.45
restore_regionMethod · 0.45
_update_patch_limitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected