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

Method get_outside

lib/matplotlib/colors.py:1886–1888  ·  view source on GitHub ↗

Get the color for out-of-range values.

(self)

Source from the content-addressed store, hash-verified

1884 return self._rgba_bad
1885
1886 def get_outside(self):
1887 """Get the color for out-of-range values."""
1888 return self._rgba_outside
1889
1890 def resampled(self, lutshape, transposed=False):
1891 """

Callers 1

_repr_html_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected