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

Method xmax

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

:attr:`xmax` is the right edge of the bounding box.

(self)

Source from the content-addressed store, hash-verified

349
350 @property
351 def xmax(self):
352 """
353 :attr:`xmax` is the right edge of the bounding box.
354 """
355 return np.max(self.get_points()[:, 0])
356
357 @property
358 def ymax(self):

Callers

nothing calls this directly

Calls 2

get_pointsMethod · 0.95
maxMethod · 0.45

Tested by

no test coverage detected