Visualization#

Plotting utilities built on MNE-Python and matplotlib. All functions accept dictionaries of mne.Evoked or mne.Epochs objects keyed by condition name, making it straightforward to overlay or compare multiple conditions in a single call.


Power spectral density#

plot_PSD(inst_dict, fmin, fmax[, ...])

Plot power spectral density (PSD) for given events.

plot_psd_topomaps(inst_dict, *[, unit, ...])

Plot PSD topomaps for specified frequency bands.


Time-frequency#

plot_TFR(inst_dict, *[, freqs, tmin, tmax, ...])

Plot Event-Related Spectral Perturbations (ERSP) for given events.

plot_tfr_topomaps(inst_dict, *[, times, ...])

Plot topomaps for different frequency bands and time windows for TFRs.

plot_ERSP(inst_dict, *[, freqs, tmin, tmax, ...])

Use plot_TFR instead.



Utilities#

glue_imgs(fnames, fname[, delete_fnames])

Glue images together.