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

Method set_heights

lib/matplotlib/collections.py:2178–2181  ·  view source on GitHub ↗

Set the lengths of second axes (e.g., minor axes).

(self, heights)

Source from the content-addressed store, hash-verified

2176 self.stale = True
2177
2178 def set_heights(self, heights):
2179 """Set the lengths of second axes (e.g., minor axes)."""
2180 self._heights = 0.5 * np.asarray(heights).ravel()
2181 self.stale = True
2182
2183 def set_angles(self, angles):
2184 """Set the angles of the first axes, degrees CCW from the x-axis."""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected