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

Method get_facecolor

lib/matplotlib/patches.py:343–345  ·  view source on GitHub ↗

Return the face color.

(self)

Source from the content-addressed store, hash-verified

341 return self._edgecolor
342
343 def get_facecolor(self):
344 """Return the face color."""
345 return self._facecolor
346
347 def get_hatchcolor(self):
348 """Return the hatch color."""

Callers 13

make_imageMethod · 0.45
saveMethod · 0.45
__init__Method · 0.45
_motionMethod · 0.45
set_activeMethod · 0.45
_init_statusMethod · 0.45
_motionMethod · 0.45
_init_propsMethod · 0.45
set_radio_propsMethod · 0.45
set_activeMethod · 0.45
_create_patchMethod · 0.45
_update_propMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected