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

Method xmin

lib/matplotlib/transforms.py:298–300  ·  view source on GitHub ↗

The left edge of the bounding box.

(self)

Source from the content-addressed store, hash-verified

296
297 @property
298 def xmin(self):
299 """The left edge of the bounding box."""
300 return np.min(self.get_points()[:, 0])
301
302 @property
303 def ymin(self):

Callers

nothing calls this directly

Calls 2

get_pointsMethod · 0.95
minMethod · 0.80

Tested by

no test coverage detected