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

Method vmax

lib/matplotlib/colors.py:3427–3429  ·  view source on GitHub ↗

The upper limit of each constituent norm.

(self)

Source from the content-addressed store, hash-verified

3425
3426 @property
3427 def vmax(self):
3428 """The upper limit of each constituent norm."""
3429 return tuple(n.vmax for n in self._norms)
3430
3431 @vmax.setter
3432 def vmax(self, values):

Callers

nothing calls this directly

Calls 2

_changedMethod · 0.95
blockedMethod · 0.80

Tested by

no test coverage detected