Return the marker face color. See also `~.Line2D.set_markerfacecolor`.
(self)
| 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 | """ |