Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
draw
Method · 0.95
get_edgecolor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected