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

Method x0

lib/matplotlib/transforms.py:238–245  ·  view source on GitHub ↗

The first of the pair of *x* coordinates that define the bounding box. This is not guaranteed to be less than :attr:`x1` (for that, use :attr:`~BboxBase.xmin`).

(self)

Source from the content-addressed store, hash-verified

236
237 @property
238 def x0(self):
239 """
240 The first of the pair of *x* coordinates that define the bounding box.
241
242 This is not guaranteed to be less than :attr:`x1` (for that, use
243 :attr:`~BboxBase.xmin`).
244 """
245 return self.get_points()[0, 0]
246
247 @property
248 def y0(self):

Callers

nothing calls this directly

Calls 1

get_pointsMethod · 0.95

Tested by

no test coverage detected