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

Method p1

lib/matplotlib/transforms.py:288–295  ·  view source on GitHub ↗

The second pair of (*x*, *y*) coordinates that define the bounding box. This is not guaranteed to be the top-right corner (for that, use :attr:`~BboxBase.max`).

(self)

Source from the content-addressed store, hash-verified

286
287 @property
288 def p1(self):
289 """
290 The second pair of (*x*, *y*) coordinates that define the bounding box.
291
292 This is not guaranteed to be the top-right corner (for that, use
293 :attr:`~BboxBase.max`).
294 """
295 return self.get_points()[1]
296
297 @property
298 def xmin(self):

Callers

nothing calls this directly

Calls 1

get_pointsMethod · 0.95

Tested by

no test coverage detected