mne.viz.
plot_sensors
(info, kind='topomap', ch_type=None, title=None, show_names=False, show=True)¶Plot sensors positions.
Parameters: | info : Instance of Info
kind : str
ch_type : ‘mag’ | ‘grad’ | ‘eeg’ | ‘seeg’ | None
title : str | None
show_names : bool
show : bool
|
---|---|
Returns: | fig : instance of matplotlib figure
|
See also
Notes
This function plots the sensor locations from the info structure using
matplotlib. For drawing the sensors using mayavi see
mne.viz.plot_trans()
.
New in version 0.12.0.