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

Method get_bad

lib/matplotlib/colors.py:1882–1884  ·  view source on GitHub ↗

Get the color for masked values.

(self)

Source from the content-addressed store, hash-verified

1880 return True
1881
1882 def get_bad(self):
1883 """Get the color for masked values."""
1884 return self._rgba_bad
1885
1886 def get_outside(self):
1887 """Get the color for out-of-range values."""

Callers 1

_repr_html_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected