lyman.visualizations.plot_nuisance_variables¶
-
lyman.visualizations.
plot_nuisance_variables
(X, title=None)[source]¶ Show the timeseries of each nuisance variable, by source.
- Parameters
- Xdataframe
The design matrix (can include design components that will be ignored).
- titlestr, optional
If present, will be used to title the figure.
- Returns
- ffigure
The matplotlib figure with multiple axes for each source.