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

Method vmax

lib/matplotlib/colorizer.py:300–301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

298
299 @property
300 def vmax(self):
301 return self.get_clim()[1]
302
303 @vmax.setter
304 def vmax(self, vmax):

Callers

nothing calls this directly

Calls 2

get_climMethod · 0.95
set_climMethod · 0.95

Tested by

no test coverage detected