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

Method intervalx

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

Source from the content-addressed store, hash-verified

946
947 @BboxBase.intervalx.setter
948 def intervalx(self, interval):
949 self._points[:, 0] = interval
950 self.invalidate()
951
952 @BboxBase.intervaly.setter
953 def intervaly(self, interval):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected