MCPcopy
hub / github.com/matplotlib/matplotlib / min

Method min

lib/matplotlib/transforms.py:318–320  ·  view source on GitHub ↗

The bottom-left corner of the bounding box.

(self)

Source from the content-addressed store, hash-verified

316
317 @property
318 def min(self):
319 """The bottom-left corner of the bounding box."""
320 return np.min(self.get_points(), axis=0)
321
322 @property
323 def max(self):

Callers 15

add_collection3dMethod · 0.80
bar3dMethod · 0.80
stemMethod · 0.80
do_3d_projectionMethod · 0.80
do_3d_projectionMethod · 0.80
_get_data_scaleFunction · 0.80
do_3d_projectionMethod · 0.80
do_3d_projectionMethod · 0.80
_zalphaFunction · 0.80
test_surface3d_maskedFunction · 0.80
_make_imageMethod · 0.80

Calls 1

get_pointsMethod · 0.95

Tested by 15

test_surface3d_maskedFunction · 0.64
check_maxfreqMethod · 0.64
test_angled_antiparallelFunction · 0.64
test_full_arcFunction · 0.64
test_startpointsFunction · 0.64
test_colorbar_renormFunction · 0.64
test_pcolormeshFunction · 0.64
test_pcolormesh_smallFunction · 0.64
test_pcolormesh_alphaFunction · 0.64
test_hist2d_autolimitsFunction · 0.64
test_specgramFunction · 0.64