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

Method intervaly

lib/matplotlib/transforms.py:1034–1036  ·  view source on GitHub ↗
(self, interval)

Source from the content-addressed store, hash-verified

1032
1033 @BboxBase.intervaly.setter
1034 def intervaly(self, interval):
1035 self._points[:, 1] = interval
1036 self.invalidate()
1037
1038 @BboxBase.bounds.setter
1039 def bounds(self, bounds):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected