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

Method y1

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

Source from the content-addressed store, hash-verified

1012
1013 @BboxBase.y1.setter
1014 def y1(self, val):
1015 self._points[1, 1] = val
1016 self.invalidate()
1017
1018 @BboxBase.p0.setter
1019 def p0(self, val):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected