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

Method ymin

lib/matplotlib/transforms.py:303–305  ·  view source on GitHub ↗

The bottom edge of the bounding box.

(self)

Source from the content-addressed store, hash-verified

301
302 @property
303 def ymin(self):
304 """The bottom edge of the bounding box."""
305 return np.min(self.get_points()[:, 1])
306
307 @property
308 def xmax(self):

Callers

nothing calls this directly

Calls 2

get_pointsMethod · 0.95
minMethod · 0.80

Tested by

no test coverage detected