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

Method p0

lib/matplotlib/transforms.py:1019–1021  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

1017
1018 @BboxBase.p0.setter
1019 def p0(self, val):
1020 self._points[0] = val
1021 self.invalidate()
1022
1023 @BboxBase.p1.setter
1024 def p1(self, val):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected