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

Method get_facecolor

lib/mpl_toolkits/mplot3d/art3d.py:1166–1167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1164 return mcolors.to_rgba_array(color_array, alpha)
1165
1166 def get_facecolor(self):
1167 return self._maybe_depth_shade_and_sort_colors(super().get_facecolor())
1168
1169 def get_edgecolor(self):
1170 # We need this check here to make sure we do not double-apply the depth

Callers 8

get_edgecolorMethod · 0.95
get_facecolorMethod · 0.45
set_3d_propertiesMethod · 0.45
set_facecolorMethod · 0.45
test_patch_modificationFunction · 0.45