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

Method set_radius

lib/matplotlib/patches.py:1392–1395  ·  view source on GitHub ↗
(self, radius)

Source from the content-addressed store, hash-verified

1390 self.stale = True
1391
1392 def set_radius(self, radius):
1393 self._path = None
1394 self.r = radius
1395 self.stale = True
1396
1397 def set_theta1(self, theta1):
1398 self._path = None

Callers 2

drawMethod · 0.45

Calls

no outgoing calls

Tested by 1