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

Method set_markerfacecolor

lib/matplotlib/lines.py:1253–1261  ·  view source on GitHub ↗

Set the marker face color. Parameters ---------- fc : :mpltype:`color`

(self, fc)

Source from the content-addressed store, hash-verified

1251 self._set_markercolor("markeredgecolor", True, ec)
1252
1253 def set_markerfacecolor(self, fc):
1254 """
1255 Set the marker face color.
1256
1257 Parameters
1258 ----------
1259 fc : :mpltype:`color`
1260 """
1261 self._set_markercolor("markerfacecolor", True, fc)
1262
1263 def set_markerfacecoloralt(self, fc):
1264 """

Callers 4

__init__Method · 0.95
apply_callbackFunction · 0.80
stem3d_demo.pyFile · 0.80
stem_plot.pyFile · 0.80

Calls 1

_set_markercolorMethod · 0.95

Tested by

no test coverage detected