Return whether face is colored.
(self)
| 1048 | self.stale = True |
| 1049 | |
| 1050 | def get_fill(self): |
| 1051 | """Return whether face is colored.""" |
| 1052 | return not cbook._str_lower_equal(self._original_facecolor, "none") |
| 1053 | |
| 1054 | def update_from(self, other): |
| 1055 | """Copy properties from other to self.""" |