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

Method set_angle

lib/matplotlib/patches.py:1825–1834  ·  view source on GitHub ↗

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

(self, angle)

Source from the content-addressed store, hash-verified

1823 height = property(get_height, set_height)
1824
1825 def set_angle(self, angle):
1826 """
1827 Set the angle of the ellipse.
1828
1829 Parameters
1830 ----------
1831 angle : float
1832 """
1833 self._angle = angle
1834 self.stale = True
1835
1836 def get_angle(self):
1837 """Return the angle of the ellipse."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by 2

test_corner_centerFunction · 0.76
test_modifying_arcFunction · 0.36