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

Method _set_facecolor

lib/matplotlib/collections.py:854–859  ·  view source on GitHub ↗
(self, c)

Source from the content-addressed store, hash-verified

852 return mpl.rcParams['patch.facecolor']
853
854 def _set_facecolor(self, c):
855 if c is None:
856 c = self._get_default_facecolor()
857
858 self._facecolors = mcolors.to_rgba_array(c, self._alpha)
859 self.stale = True
860
861 def set_facecolor(self, c):
862 """

Callers 3

set_facecolorMethod · 0.95
set_alphaMethod · 0.95
update_scalarmappableMethod · 0.95

Calls 1

Tested by

no test coverage detected