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

Method intervaly

site-packages/matplotlib/transforms.py:953–955  ·  view source on GitHub ↗
(self, interval)

Source from the content-addressed store, hash-verified

951
952 @BboxBase.intervaly.setter
953 def intervaly(self, interval):
954 self._points[:, 1] = interval
955 self.invalidate()
956
957 @BboxBase.bounds.setter
958 def bounds(self, bounds):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected