Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ max
Method
max
lib/matplotlib/transforms.py:323–325 ·
view source on GitHub ↗
The top-right corner of the bounding box.
(self)
Source
from the content-addressed store, hash-verified
321
322
@property
323
def
max(self):
324
""
"The top-right corner of the bounding box."
""
325
return
np.max(self.get_points(), axis=0)
326
327
@property
328
def
intervalx(self):
Callers
15
bar3d
Method · 0.80
stem
Method · 0.80
_get_data_scale
Function · 0.80
_get_vector
Method · 0.80
test_surface3d_masked
Function · 0.80
test_quiver3d_colorcoded
Function · 0.80
_make_image
Method · 0.80
_normalize_image_array
Method · 0.80
get_extents
Method · 0.80
match_submerged_margins
Function · 0.80
xmax
Method · 0.80
ymax
Method · 0.80
Calls
1
get_points
Method · 0.95
Tested by
15
test_surface3d_masked
Function · 0.64
test_quiver3d_colorcoded
Function · 0.64
test_specgram
Method · 0.64
test_angled_antiparallel
Function · 0.64
test_full_arc
Function · 0.64
test_startpoints
Function · 0.64
test_linewidth
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_hist2d_autolimits
Function · 0.64