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

Method ymax

lib/matplotlib/transforms.py:313–315  ·  view source on GitHub ↗

The top edge of the bounding box.

(self)

Source from the content-addressed store, hash-verified

311
312 @property
313 def ymax(self):
314 """The top edge of the bounding box."""
315 return np.max(self.get_points()[:, 1])
316
317 @property
318 def min(self):

Callers

nothing calls this directly

Calls 2

get_pointsMethod · 0.95
maxMethod · 0.80

Tested by

no test coverage detected