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

Method x1

lib/matplotlib/transforms.py:258–265  ·  view source on GitHub ↗

The second of the pair of *x* coordinates that define the bounding box. This is not guaranteed to be greater than :attr:`x0` (for that, use :attr:`~BboxBase.xmax`).

(self)

Source from the content-addressed store, hash-verified

256
257 @property
258 def x1(self):
259 """
260 The second of the pair of *x* coordinates that define the bounding box.
261
262 This is not guaranteed to be greater than :attr:`x0` (for that, use
263 :attr:`~BboxBase.xmax`).
264 """
265 return self.get_points()[1, 0]
266
267 @property
268 def y1(self):

Callers

nothing calls this directly

Calls 1

get_pointsMethod · 0.95

Tested by

no test coverage detected