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

Method vmax

lib/matplotlib/colors.py:2466–2468  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2464
2465 @property
2466 def vmax(self):
2467 # docstring inherited
2468 return self._vmax
2469
2470 @vmax.setter
2471 def vmax(self, value):

Callers

nothing calls this directly

Calls 2

_sanitize_extremaFunction · 0.85
_changedMethod · 0.45

Tested by

no test coverage detected