mne.viz.
plot_dipole_locations
(dipoles, trans, subject, subjects_dir=None, mode='orthoview', coord_frame='mri', idx='gof', show_all=True, ax=None, block=False, show=True, verbose=None)[source]¶Plot dipole locations.
If mode is set to ‘cone’ or ‘sphere’, only the location of the first time point of each dipole is shown else use the show_all parameter.
The option mode=’orthoview’ was added in version 0.14.
Parameters: | dipoles : list of instances of Dipole | Dipole
trans : dict
subject : str
subjects_dir : None | str
mode : str
coord_frame : str
idx : int | ‘gof’ | ‘amplitude’
show_all : bool
ax : instance of matplotlib Axes3D | None
block : bool
show : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | fig : instance of mlab.Figure or matplotlib Figure
|
Notes
New in version 0.9.0.