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

Method get_facecolor

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

Source from the content-addressed store, hash-verified

904 return mcolors.to_rgba_array(color_array, alpha)
905
906 def get_facecolor(self):
907 return self._maybe_depth_shade_and_sort_colors(super().get_facecolor())
908
909 def get_edgecolor(self):
910 # We need this check here to make sure we do not double-apply the depth

Callers 1

get_edgecolorMethod · 0.95

Calls 2

get_facecolorMethod · 0.45

Tested by

no test coverage detected