Set the color for masked values.
(self, color='k', alpha=None)
| 877 | pending=True, |
| 878 | alternative="cmap.with_extremes(bad=...) or Colormap(bad=...)") |
| 879 | def set_bad(self, color='k', alpha=None): |
| 880 | """Set the color for masked values.""" |
| 881 | self._set_extremes(bad=(color, alpha)) |
| 882 | |
| 883 | def get_under(self): |
| 884 | """Get the color for low out-of-range values.""" |