Set the patch face color. Parameters ---------- color : :mpltype:`color` or None
(self, color)
| 400 | self.stale = True |
| 401 | |
| 402 | def set_facecolor(self, color): |
| 403 | """ |
| 404 | Set the patch face color. |
| 405 | |
| 406 | Parameters |
| 407 | ---------- |
| 408 | color : :mpltype:`color` or None |
| 409 | """ |
| 410 | self._original_facecolor = color |
| 411 | self._set_facecolor(color) |
| 412 | |
| 413 | def set_color(self, c): |
| 414 | """ |
no test coverage detected