bemobil_mne.viz.plot_joint#
- bemobil_mne.viz.plot_joint(inst_dict, ylim=None, ts_kwargs=None, topo_kwargs=None)[source]#
Plot joint 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 joint 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.
- topo_kwargs
dict|None Additional arguments for the topomap plot. Default is None.
- inst_dict
- Returns:
- figs
dict Dictionary mapping condition names to matplotlib.Figure objects.
- figs
See also