lightkurve.correctors.DesignMatrix.plot#

DesignMatrix.plot(ax=None, **kwargs)[source]#

Visualize the design matrix values as an image.

Uses Matplotlib’s plot_image to visualize the matrix values.

Parameters
axAxes

A matplotlib axes object to plot into. If no axes is provided, a new one will be created.

**kwargsdict

Extra parameters to be passed to plot_image.

Returns
Axes

The matplotlib axes object.