Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_center
Method
set_center
lib/matplotlib/patches.py:1387–1390 ·
view source on GitHub ↗
(self, center)
Source
from the content-addressed store, hash-verified
1385
self._path = Path(v * self.r + self.center, c)
1386
1387
def
set_center(self, center):
1388
self._path = None
1389
self.center = center
1390
self.stale = True
1391
1392
def
set_radius(self, radius):
1393
self._path = None
Callers
1
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected