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

Method set_facecolor

lib/mpl_toolkits/mplot3d/art3d.py:1513–1516  ·  view source on GitHub ↗
(self, colors)

Source from the content-addressed store, hash-verified

1511 return np.nan
1512
1513 def set_facecolor(self, colors):
1514 # docstring inherited
1515 super().set_facecolor(colors)
1516 self._facecolor3d = PolyCollection.get_facecolor(self)
1517
1518 def set_edgecolor(self, colors):
1519 # docstring inherited

Callers 6

set_pane_colorMethod · 0.45
test_patch_modificationFunction · 0.45
__init__Method · 0.45

Calls 1

get_facecolorMethod · 0.45

Tested by 4

test_patch_modificationFunction · 0.36