mne.viz.plot_layout¶
- mne.viz.plot_layout(layout, picks=None, show_axes=False, show=True)[source]¶
Plot the sensor positions.
- Parameters
- layout
None
|Layout
Layout instance specifying sensor positions.
- picks
list
|slice
|None
Channels to include. Slices and lists of integers will be interpreted as channel indices. None (default) will pick all channels. Note that channels in
info['bads']
will be included if their indices are explicitly provided.- show_axesbool
Show layout axes if True. Defaults to False.
- showbool
Show figure if True. Defaults to True.
- layout
- Returns
- figinstance of
Figure
Figure containing the sensor topography.
- figinstance of
Notes
New in version 0.12.0.