Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_transformed_patch_path
Function · 0.95
draw
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_transformed_patch_path
Function · 0.76