bemobil_mne.viz.plot_evoked_data#

bemobil_mne.viz.plot_evoked_data(inst_dict, kinds=None, ts_kwargs=None, topo_kwargs=None, times=None)[source]#

Plot various evoked plot with this higher-level function.

Parameters:
inst_dictdict

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

kindslist of str

What to plot. Can be “joint”, “topo”, and “butterfly”.

ts_kwargsdict | None

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

topo_kwargsdict | None

Additional arguments for the topomap plot. Default is None.

Returns:
joint_figsdict

Dictionary mapping condition names to matplotlib.Figure objects.

topo_figsdict

Dictionary mapping condition names to matplotlib.Figure objects.

butter_figsdict

Dictionary mapping condition names to matplotlib.Figure objects.