Plot MEG/EEG fields on head surface and helmet in 3D.
mne.Evoked
The evoked object.
list
The surface mapping information obtained with make_field_map.
float
| None
The time point at which the field map shall be displayed. If None, the average peak latency (across sensor types) is used.
str
| None
How to print info about the time instant visualized.
int
| None
The number of jobs to run in parallel. If -1
, it is set
to the number of CPU cores. Requires the joblib
package.
None
(default) is a marker for ‘unset’ that will be interpreted
as n_jobs=1
(sequential execution) unless the call is performed under
a joblib.parallel_backend()
context manager that sets another
value for n_jobs
.
Figure3D
| None
If None (default), a new figure will be created, otherwise it will plot into the given figure.
New in version 0.20.
float
| None
Maximum intensity. Can be None to use the max(abs(data)).
New in version 0.21.
int
The number of contours.
New in version 0.21.
How interactions with the scene via an input device (e.g., mouse or
trackpad) modify the camera position. If 'terrain'
, one axis is
fixed, enabling “turntable-style” rotations. If 'trackball'
,
movement along all axes is possible, which provides more freedom of
movement, but you may incidentally perform unintentional rotations along
some axes.
Defaults to 'terrain'
.
New in version 1.1.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.
Figure3D
The figure.