mne.viz.
plot_dipole_locations
(dipoles, trans, subject, subjects_dir=None, bgcolor=(1, 1, 1), opacity=0.3, brain_color=(1, 1, 0), fig_name=None, fig_size=(600, 600), mode='cone', scale_factor=0.01, colors=None, verbose=None)¶Plot dipole locations
Only the location of the first time point of each dipole is shown.
Parameters: | dipoles : list of instances of Dipole | Dipole
trans : dict
subject : str
subjects_dir : None | str
bgcolor : tuple of length 3
opacity : float in [0, 1]
brain_color : tuple of length 3
fig_name : str
fig_size : tuple of length 2
mode : str
scale_factor : float
colors: list of colors | None
verbose : bool, str, int, or None
|
---|---|
Returns: | fig : instance of mlab.Figure
|
Notes
New in version 0.9.0.
mne.viz.plot_dipole_locations
¶