eelbrain.pipeline.MneExperiment.plot_evoked
- MneExperiment.plot_evoked(subjects=None, data=None, separate=False, baseline=True, ylim='same', name=None, h=2.5, run=None, **kwargs)
Plot evoked sensor data
- Parameters:
subjects (str | 1 | -1) – Subject(s) for which to load data. Can be a single subject name or a group name such as
'all'
.1
to use the current subject;-1
for the current group. Default is current subject (or group ifgroup
is specified).data (str | TestDims) – By default, plot sensor data and source estimates; set to
meg
/eeg
/source
to plot only one.separate (bool) – When plotting a group, plot all subjects separately instead or the group average (default False).
baseline (bool | Tuple[float | None, float | None]) – Apply baseline correction using this period. True to use the epoch’s baseline specification (default).
ylim (Literal['same', 'different']) – Use the same or different y-axis limits for different subjects (default ‘same’).
name (str) – Name to display as window title (default is subject epoch model).
h (float) – Height per plot.
run (bool) – Run the GUI after plotting (default in accordance with plotting default).
... – State parameters.