mne.viz.
plot_evoked_field
(evoked, surf_maps, time=None, time_label=’t = %0.0f ms’, n_jobs=1)[source]¶Plot MEG/EEG fields on head surface and helmet in 3D.
Parameters: | evoked : instance of mne.Evoked
surf_maps : list
time : float | None
time_label : str
n_jobs : int
|
---|---|
Returns: | fig : instance of mlab.Figure
|