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

Method set_semimajor

lib/matplotlib/patches.py:1988–1998  ·  view source on GitHub ↗

Set the semi-major axis *a* of the annulus. Parameters ---------- a : float

(self, a)

Source from the content-addressed store, hash-verified

1986 angle = property(get_angle, set_angle)
1987
1988 def set_semimajor(self, a):
1989 """
1990 Set the semi-major axis *a* of the annulus.
1991
1992 Parameters
1993 ----------
1994 a : float
1995 """
1996 self.a = float(a)
1997 self._path = None
1998 self.stale = True
1999
2000 def set_semiminor(self, b):
2001 """

Callers 1

test_annulus_setters2Function · 0.95

Calls

no outgoing calls

Tested by 1

test_annulus_setters2Function · 0.76