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

Method set_angles

lib/matplotlib/collections.py:2183–2186  ·  view source on GitHub ↗

Set the angles of the first axes, degrees CCW from the x-axis.

(self, angles)

Source from the content-addressed store, hash-verified

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."""
2185 self._angles = np.deg2rad(angles).ravel()
2186 self.stale = True
2187
2188 def get_widths(self):
2189 """Get the lengths of the first axes (e.g., major axis)."""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected