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

Method set_facecolor

lib/matplotlib/patches.py:402–411  ·  view source on GitHub ↗

Set the patch face color. Parameters ---------- color : :mpltype:`color` or None

(self, color)

Source from the content-addressed store, hash-verified

400 self.stale = True
401
402 def set_facecolor(self, color):
403 """
404 Set the patch face color.
405
406 Parameters
407 ----------
408 color : :mpltype:`color` or None
409 """
410 self._original_facecolor = color
411 self._set_facecolor(color)
412
413 def set_color(self, c):
414 """

Callers 14

__init__Method · 0.95
set_colorMethod · 0.95
make_matplotlib_iconFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
_motionMethod · 0.45
set_activeMethod · 0.45
_init_statusMethod · 0.45
clearMethod · 0.45
_motionMethod · 0.45
_init_propsMethod · 0.45
set_radio_propsMethod · 0.45

Calls 1

_set_facecolorMethod · 0.95

Tested by

no test coverage detected