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

Method get_markerfacecolor

lib/matplotlib/lines.py:993–999  ·  view source on GitHub ↗

Return the marker face color. See also `~.Line2D.set_markerfacecolor`.

(self)

Source from the content-addressed store, hash-verified

991 return fc
992
993 def get_markerfacecolor(self):
994 """
995 Return the marker face color.
996
997 See also `~.Line2D.set_markerfacecolor`.
998 """
999 return self._get_markerfacecolor(alt=False)
1000
1001 def get_markerfacecoloralt(self):
1002 """

Callers 8

drawMethod · 0.95
test_mfc_rcparamsFunction · 0.95
figure_editFunction · 0.80
test_rectangle_handlesFunction · 0.80

Calls 1

_get_markerfacecolorMethod · 0.95