Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ x1
Method
x1
lib/matplotlib/transforms.py:1009–1011 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
1007
1008
@BboxBase.x1.setter
1009
def
x1(self, val):
1010
self._points[1, 0] = val
1011
self.invalidate()
1012
1013
@BboxBase.y1.setter
1014
def
y1(self, val):
Callers
nothing calls this directly
Calls
1
invalidate
Method · 0.95
Tested by
no test coverage detected