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

Method intervalx

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

Source from the content-addressed store, hash-verified

1027
1028 @BboxBase.intervalx.setter
1029 def intervalx(self, interval):
1030 self._points[:, 0] = interval
1031 self.invalidate()
1032
1033 @BboxBase.intervaly.setter
1034 def intervaly(self, interval):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected