mne.channels.Layout¶
-
class
mne.channels.
Layout
(box, pos, names, ids, kind)[source]¶ Sensor layouts.
Layouts are typically loaded from a file using read_layout. Only use this class directly if you’re constructing a new layout.
- Parameters
Methods
__hash__
(/)Return hash(self).
plot
([picks, show])Plot the sensor positions.
save
(fname)Save Layout to disk.
-
plot
(picks=None, show=True)[source]¶ Plot the sensor positions.
- Parameters
- Returns
- figinstance of
matplotlib.figure.Figure
Figure containing the sensor topography.
- figinstance of
Notes
New in version 0.12.0.
Examples using
plot
: