lightkurve.FoldedLightCurve.errorbar¶
- FoldedLightCurve.errorbar(**kwargs)[source]¶
Plot the folded light curve using matplotlib’s
errorbar
method.See
LightCurve.scatter
for details on the accepted arguments.- Parameters
- kwargsdict
Dictionary of arguments to be passed to
LightCurve.scatter
.
- Returns
- ax
Axes
The matplotlib axes object.
- ax