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_dict
dict Dictionary of epochs or evoked, grouped by condition such as:
{"condition": mne.Epochs}or{"condition": mne.Evoked}.- ylim
dict|None Value limits {“eeg””: (ymin, ymax)} to use for all butterfly plots. If None, limits are inferred from the data (in µV).
- ts_kwargs
dict|None Additional arguments for the time series plot. Default is None.
- inst_dict
- Returns:
- figs
dict Dictionary mapping condition names to matplotlib.Figure objects.
- figs
See also