Set the lengths of second axes (e.g., minor axes).
(self, heights)
| 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.""" |