Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_bad
Method
get_bad
lib/matplotlib/colors.py:1574–1576 ·
view source on GitHub ↗
Get the color for masked values.
(self)
Source
from the content-addressed store, hash-verified
1572
return
self.name
1573
1574
def
get_bad(self):
1575
""
"Get the color for masked values."
""
1576
return
np.array(self._rgba_bad)
1577
1578
def
resampled(self, lutshape):
1579
""
"
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected