MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / y1

Method y1

site-packages/matplotlib/transforms.py:933–935  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

931
932 @BboxBase.y1.setter
933 def y1(self, val):
934 self._points[1, 1] = val
935 self.invalidate()
936
937 @BboxBase.p0.setter
938 def p0(self, val):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected