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

Method x1

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

Source from the content-addressed store, hash-verified

926
927 @BboxBase.x1.setter
928 def x1(self, val):
929 self._points[1, 0] = val
930 self.invalidate()
931
932 @BboxBase.y1.setter
933 def y1(self, val):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected