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

Method p0

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

Source from the content-addressed store, hash-verified

936
937 @BboxBase.p0.setter
938 def p0(self, val):
939 self._points[0] = val
940 self.invalidate()
941
942 @BboxBase.p1.setter
943 def p1(self, val):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected