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