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

Method get_facecolor

lib/matplotlib/collections.py:878–879  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

876 self._set_facecolor(c)
877
878 def get_facecolor(self):
879 return self._facecolors
880
881 def get_edgecolor(self):
882 if cbook._str_equal(self._edgecolors, 'face'):

Callers 2

drawMethod · 0.95
get_edgecolorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected