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

Method ymin

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

:attr:`ymin` is the bottom edge of the bounding box.

(self)

Source from the content-addressed store, hash-verified

342
343 @property
344 def ymin(self):
345 """
346 :attr:`ymin` is the bottom edge of the bounding box.
347 """
348 return np.min(self.get_points()[:, 1])
349
350 @property
351 def xmax(self):

Callers

nothing calls this directly

Calls 2

get_pointsMethod · 0.95
minMethod · 0.45

Tested by

no test coverage detected