Get the facecolor of the Axes.
(self)
| 1577 | return self.ArtistList(self, 'texts', valid_types=mtext.Text) |
| 1578 | |
| 1579 | def get_facecolor(self): |
| 1580 | """Get the facecolor of the Axes.""" |
| 1581 | return self.patch.get_facecolor() |
| 1582 | |
| 1583 | def set_facecolor(self, color): |
| 1584 | """ |
no outgoing calls