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

Method determine_facecolor

lib/matplotlib/collections.py:2245–2248  ·  view source on GitHub ↗
(patch)

Source from the content-addressed store, hash-verified

2243
2244 if match_original:
2245 def determine_facecolor(patch):
2246 if patch.get_fill():
2247 return patch.get_facecolor()
2248 return [0, 0, 0, 0]
2249
2250 kwargs['facecolors'] = [determine_facecolor(p) for p in patches]
2251 kwargs['edgecolors'] = [p.get_edgecolor() for p in patches]

Callers

nothing calls this directly

Calls 2

get_fillMethod · 0.45
get_facecolorMethod · 0.45

Tested by

no test coverage detected