mne.viz.plot_evoked_field

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

The evoked object.

surf_maps : list

The surface mapping information obtained with make_field_map.

time : float | None

The time point at which the field map shall be displayed. If None, the average peak latency (across sensor types) is used.

time_label : str

How to print info about the time instant visualized.

n_jobs : int

Number of jobs to run in parallel.

Returns:

fig : instance of mlab.Figure

The mayavi figure.