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

Method bounds

site-packages/matplotlib/transforms.py:958–963  ·  view source on GitHub ↗
(self, bounds)

Source from the content-addressed store, hash-verified

956
957 @BboxBase.bounds.setter
958 def bounds(self, bounds):
959 l, b, w, h = bounds
960 points = np.array([[l, b], [l + w, b + h]], float)
961 if np.any(self._points != points):
962 self._points = points
963 self.invalidate()
964
965 @property
966 def minpos(self):

Callers

nothing calls this directly

Calls 3

invalidateMethod · 0.95
arrayMethod · 0.45
anyMethod · 0.45

Tested by

no test coverage detected