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

Method xmax

lib/matplotlib/transforms.py:308–310  ·  view source on GitHub ↗

The right edge of the bounding box.

(self)

Source from the content-addressed store, hash-verified

306
307 @property
308 def xmax(self):
309 """The right edge of the bounding box."""
310 return np.max(self.get_points()[:, 0])
311
312 @property
313 def ymax(self):

Callers

nothing calls this directly

Calls 2

get_pointsMethod · 0.95
maxMethod · 0.80

Tested by

no test coverage detected