MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_facecolor

Method get_facecolor

lib/matplotlib/axes/_base.py:1579–1581  ·  view source on GitHub ↗

Get the facecolor of the Axes.

(self)

Source from the content-addressed store, hash-verified

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 """

Calls

no outgoing calls