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

Method get_clim

lib/matplotlib/colorizer.py:360–364  ·  view source on GitHub ↗

Return the values (min, max) that are mapped to the colormap limits.

(self)

Source from the content-addressed store, hash-verified

358 return self._colorizer.to_rgba(x, alpha=alpha, bytes=bytes, norm=norm)
359
360 def get_clim(self):
361 """
362 Return the values (min, max) that are mapped to the colormap limits.
363 """
364 return self._colorizer.get_clim()
365
366 def set_clim(self, vmin=None, vmax=None):
367 """

Callers

nothing calls this directly

Calls 1

get_climMethod · 0.45

Tested by

no test coverage detected