pyriemann.utils.viz.plot_cospectra

pyriemann.utils.viz.plot_cospectra(X, freqs, *, ylabels=None, title='Cospectra')

Plot cospectral matrices.

Parameters:
Xndarray, shape (n_freqs, n_channels, n_channels)

Cospectral matrices.

freqsndarray, shape (n_freqs,)

The frequencies associated to cospectra.

ylabelslist of str, default=None

ylabels of figure.

titlestr, default=”Cospectra”

Title of figure.

Returns:
figmatplotlib figure

Figure of cospectra.

Notes

New in version 0.2.7.