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.
- picksarray_like of
strorint|slice|'all'|None Channels to include in the layout. Slices and lists of integers will be interpreted as channel indices. Can also be the string value
'all'to pick all channels. None (default) will pick all channels.- 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 v0.12.0.