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

Method get_under

lib/matplotlib/colors.py:883–886  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

881 self._set_extremes(bad=(color, alpha))
882
883 def get_under(self):
884 """Get the color for low out-of-range values."""
885 self._ensure_inited()
886 return np.array(self._lut[self._i_under])
887
888 @_api.deprecated(
889 "3.11",

Calls 1

_ensure_initedMethod · 0.95