bemobil_mne.viz.plot_butterfly#

bemobil_mne.viz.plot_butterfly(inst_dict, ylim=None, ts_kwargs=None)[source]#

Plot butterfly plots for evokeds.

Parameters:
inst_dictdict

Dictionary of epochs or evoked, grouped by condition such as: {"condition": mne.Epochs} or {"condition": mne.Evoked}.

ylimdict | None

Value limits {“eeg””: (ymin, ymax)} to use for all butterfly plots. If None, limits are inferred from the data (in µV).

ts_kwargsdict | None

Additional arguments for the time series plot. Default is None.

Returns:
figsdict

Dictionary mapping condition names to matplotlib.Figure objects.

See also

mne.Evoked.plot