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