MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / set_height

Method set_height

site-packages/matplotlib/patches.py:763–767  ·  view source on GitHub ↗

Set the height of the rectangle.

(self, h)

Source from the content-addressed store, hash-verified

761 self.stale = True
762
763 def set_height(self, h):
764 "Set the height of the rectangle."
765 self._height = h
766 self._update_y1()
767 self.stale = True
768
769 def set_bounds(self, *args):
770 """

Callers 5

scaleMethod · 0.45
_releaseMethod · 0.45
_set_span_xyMethod · 0.45
draw_shapeMethod · 0.45
_make_tableMethod · 0.45

Calls 1

_update_y1Method · 0.95

Tested by

no test coverage detected