lyman.visualizations.plot_design_matrix

lyman.visualizations.plot_design_matrix(X, title=None)[source]

Show the design matrix as a transposed heatmap.

Parameters
Xdataframe

The design matrix with regressors in the columns.

Returns
ffigure

The matplotlib figure with the heatmap drawn on the only axes.