Set the patch hatch color. Parameters ---------- color : :mpltype:`color` or 'edge' or None
(self, color)
| 436 | self.stale = True |
| 437 | |
| 438 | def set_hatchcolor(self, color): |
| 439 | """ |
| 440 | Set the patch hatch color. |
| 441 | |
| 442 | Parameters |
| 443 | ---------- |
| 444 | color : :mpltype:`color` or 'edge' or None |
| 445 | """ |
| 446 | self._original_hatchcolor = color |
| 447 | self._set_hatchcolor(color) |
| 448 | |
| 449 | def get_edgegapcolor(self): |
| 450 | """ |