Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ x0
Method
x0
lib/matplotlib/transforms.py:999–1001 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
997
998
@BboxBase.x0.setter
999
def
x0(self, val):
1000
self._points[0, 0] = val
1001
self.invalidate()
1002
1003
@BboxBase.y0.setter
1004
def
y0(self, val):
Callers
nothing calls this directly
Calls
1
invalidate
Method · 0.95
Tested by
no test coverage detected