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

Method get_over

lib/matplotlib/colors.py:896–899  ·  view source on GitHub ↗

Get the color for high out-of-range values.

(self)

Source from the content-addressed store, hash-verified

894 self._set_extremes(under=(color, alpha))
895
896 def get_over(self):
897 """Get the color for high out-of-range values."""
898 self._ensure_inited()
899 return np.array(self._lut[self._i_over])
900
901 @_api.deprecated(
902 "3.11",

Calls 1

_ensure_initedMethod · 0.95