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

Method set_height

lib/matplotlib/patches.py:1808–1817  ·  view source on GitHub ↗

Set the height of the ellipse. Parameters ---------- height : float

(self, height)

Source from the content-addressed store, hash-verified

1806 width = property(get_width, set_width)
1807
1808 def set_height(self, height):
1809 """
1810 Set the height of the ellipse.
1811
1812 Parameters
1813 ----------
1814 height : float
1815 """
1816 self._height = height
1817 self.stale = True
1818
1819 def get_height(self):
1820 """Return the height of the ellipse."""

Callers 5

scaleMethod · 0.45
set_valMethod · 0.45
_draw_shapeMethod · 0.45
_draw_shapeMethod · 0.45
animateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected