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_dict
dict Dictionary of epochs or evoked, grouped by condition such as:
{"condition": mne.Epochs}or{"condition": mne.Evoked}.- kinds
listofstr What to plot. Can be “joint”, “topo”, and “butterfly”.
- ts_kwargs
dict|None Additional arguments for the time series plot. Default is None.
- topo_kwargs
dict|None Additional arguments for the topomap plot. Default is None.
- inst_dict
- Returns:
See also