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_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 joint plots. If None, limits are inferred from the data (in µV).

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:
figsdict

Dictionary mapping condition names to matplotlib.Figure objects.