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

Method y0

lib/matplotlib/transforms.py:248–255  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

246
247 @property
248 def y0(self):
249 """
250 The first of the pair of *y* coordinates that define the bounding box.
251
252 This is not guaranteed to be less than :attr:`y1` (for that, use
253 :attr:`~BboxBase.ymin`).
254 """
255 return self.get_points()[0, 1]
256
257 @property
258 def x1(self):

Callers

nothing calls this directly

Calls 1

get_pointsMethod · 0.95

Tested by

no test coverage detected