fitlins.viz.corr module

fitlins.viz.corr.plot_corr_matrix(mat, n_evs, partial='upper', ax=None)[source]

Plot correlation matrix

matDataFrame

Design matrix with columns consisting of explanatory variables followed by confounds

n_evsint

Number of explanatory variables to separate from confounds

partial{‘upper’, ‘lower’, None}, optional

Plot matrix as upper triangular (default), lower triangular or full

axAxes

Axes containing plot