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
- ax
Axes
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
.
- ax
- Returns
Axes
The matplotlib axes object.