Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ x0
Method
x0
site-packages/matplotlib/transforms.py:918–920 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
916
917
@BboxBase.x0.setter
918
def
x0(self, val):
919
self._points[0, 0] = val
920
self.invalidate()
921
922
@BboxBase.y0.setter
923
def
y0(self, val):
Callers
nothing calls this directly
Calls
1
invalidate
Method · 0.95
Tested by
no test coverage detected