Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_collection3d
Method · 0.80
bar3d
Method · 0.80
stem
Method · 0.80
do_3d_projection
Method · 0.80
do_3d_projection
Method · 0.80
_get_data_scale
Function · 0.80
do_3d_projection
Method · 0.80
do_3d_projection
Method · 0.80
_zalpha
Function · 0.80
test_surface3d_masked
Function · 0.80
_make_image
Method · 0.80
_normalize_image_array
Method · 0.80
Calls
1
get_points
Method · 0.95
Tested by
15
test_surface3d_masked
Function · 0.64
check_maxfreq
Method · 0.64
test_angled_antiparallel
Function · 0.64
test_full_arc
Function · 0.64
test_startpoints
Function · 0.64
test_colorbar_renorm
Function · 0.64
test_colorbar_scale_reset
Function · 0.64
test_pcolormesh
Function · 0.64
test_pcolormesh_small
Function · 0.64
test_pcolormesh_alpha
Function · 0.64
test_hist2d_autolimits
Function · 0.64
test_specgram
Function · 0.64