lightkurve.correctors.DesignMatrix.plot#
- DesignMatrix.plot(ax=None, **kwargs)[source]#
Visualize the design matrix values as an image.
Uses Matplotlib’s
plot_imageto 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
AxesThe matplotlib axes object.