MCPcopy 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

bar3dMethod · 0.80
stemMethod · 0.80
_get_data_scaleFunction · 0.80
_get_vectorMethod · 0.80
test_surface3d_maskedFunction · 0.80
test_quiver3d_colorcodedFunction · 0.80
_make_imageMethod · 0.80
get_extentsMethod · 0.80
match_submerged_marginsFunction · 0.80
xmaxMethod · 0.80
ymaxMethod · 0.80

Calls 1

get_pointsMethod · 0.95

Tested by 15

test_surface3d_maskedFunction · 0.64
test_quiver3d_colorcodedFunction · 0.64
test_specgramMethod · 0.64
test_angled_antiparallelFunction · 0.64
test_full_arcFunction · 0.64
test_startpointsFunction · 0.64
test_linewidthFunction · 0.64
test_colorbar_renormFunction · 0.64
test_pcolormeshFunction · 0.64
test_pcolormesh_smallFunction · 0.64
test_hist2d_autolimitsFunction · 0.64