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

Method xmin

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

:attr:`xmin` is the left edge of the bounding box.

(self)

Source from the content-addressed store, hash-verified

335
336 @property
337 def xmin(self):
338 """
339 :attr:`xmin` is the left edge of the bounding box.
340 """
341 return np.min(self.get_points()[:, 0])
342
343 @property
344 def ymin(self):

Callers

nothing calls this directly

Calls 2

get_pointsMethod · 0.95
minMethod · 0.45

Tested by

no test coverage detected