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

Method set_markeredgecolor

lib/matplotlib/lines.py:1243–1251  ·  view source on GitHub ↗

Set the marker edge color. Parameters ---------- ec : :mpltype:`color`

(self, ec)

Source from the content-addressed store, hash-verified

1241 setattr(self, attr, val)
1242
1243 def set_markeredgecolor(self, ec):
1244 """
1245 Set the marker edge color.
1246
1247 Parameters
1248 ----------
1249 ec : :mpltype:`color`
1250 """
1251 self._set_markercolor("markeredgecolor", True, ec)
1252
1253 def set_markerfacecolor(self, fc):
1254 """

Callers 4

__init__Method · 0.95
__init__Method · 0.80
apply_callbackFunction · 0.80
axes_ticks.pyFile · 0.80

Calls 1

_set_markercolorMethod · 0.95

Tested by

no test coverage detected