MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / y0

Method y0

lib/matplotlib/transforms.py:1004–1006  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

1002
1003 @BboxBase.y0.setter
1004 def y0(self, val):
1005 self._points[0, 1] = val
1006 self.invalidate()
1007
1008 @BboxBase.x1.setter
1009 def x1(self, val):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected