Set the marker face color. Parameters ---------- fc : :mpltype:`color`
(self, fc)
| 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 | """ |
no test coverage detected