MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / x0

Method x0

site-packages/matplotlib/transforms.py:283–289  ·  view source on GitHub ↗

:attr:`x0` is the first of the pair of *x* coordinates that define the bounding box. :attr:`x0` is not guaranteed to be less than :attr:`x1`. If you require that, use :attr:`xmin`.

(self)

Source from the content-addressed store, hash-verified

281
282 @property
283 def x0(self):
284 """
285 :attr:`x0` is the first of the pair of *x* coordinates that
286 define the bounding box. :attr:`x0` is not guaranteed to be less than
287 :attr:`x1`. If you require that, use :attr:`xmin`.
288 """
289 return self.get_points()[0, 0]
290
291 @property
292 def y0(self):

Callers

nothing calls this directly

Calls 1

get_pointsMethod · 0.95

Tested by

no test coverage detected