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.

pickslist | 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.

Returns
figinstance of Figure

Figure containing the sensor topography.

Notes

New in version 0.12.0.

Examples using mne.viz.plot_layout