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

Method p1

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

Source from the content-addressed store, hash-verified

1022
1023 @BboxBase.p1.setter
1024 def p1(self, val):
1025 self._points[1] = val
1026 self.invalidate()
1027
1028 @BboxBase.intervalx.setter
1029 def intervalx(self, interval):

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.95

Tested by

no test coverage detected