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

Method p1

site-packages/matplotlib/transforms.py:943–945  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

941
942 @BboxBase.p1.setter
943 def p1(self, val):
944 self._points[1] = val
945 self.invalidate()
946
947 @BboxBase.intervalx.setter
948 def intervalx(self, interval):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected