Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _get_default_facecolor
Method
_get_default_facecolor
lib/matplotlib/collections.py:850–852 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
848
self.set_hatchcolor(c)
849
850
def
_get_default_facecolor(self):
851
# This may be overridden in a subclass.
852
return
mpl.rcParams[
'patch.facecolor'
]
853
854
def
_set_facecolor(self, c):
855
if
c is None:
Callers
2
_set_facecolor
Method · 0.95
test_color_logic
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_color_logic
Function · 0.36