mne.viz.plot_layout#

mne.viz.plot_layout(layout, picks=None, show_axes=False, show=True)[source]#

Plot the sensor positions.

Parameters:
layoutNone | Layout

Layout instance specifying sensor positions.

picksarray_like of str or int | 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.

Returns:
figinstance of Figure

Figure containing the sensor topography.

Notes

New in v0.12.0.