Lightkurve v2.0
LightCurve.
plot
Plot the light curve using Matplotlib’s plot method.
Name of data column to plot. Default flux.
flux
Axes
A matplotlib axes object to plot into. If no axes is provided, a new one will be generated.
Normalize the lightcurve before plotting?
X axis label.
Y axis label.
Title shown at the top using matplotlib set_title.
set_title
Path or URL to a matplotlib style file, or name of one of matplotlib’s built-in stylesheets (e.g. ‘ggplot’). Lightkurve’s custom stylesheet is used by default.
Show the colorbar if colors are given using the c argument?
c
Label to show next to the colorbar (if c is given).
Offset value to apply to the Y axis values before plotting. Use this to avoid light curves from overlapping on the same plot. By default, no offset is applied.
Dictionary of arguments to be passed to matplotlib.pyplot.plot.
matplotlib.pyplot.plot
The matplotlib axes object.