mne.viz.plot_layout

mne.viz.plot_layout(layout, show=True)[source]

Plot the sensor positions.

Parameters:

layout : None | Layout

Layout instance specifying sensor positions.

show : bool

Show figure if True. Defaults to True.

Returns:

fig : instance of matplotlib figure

Figure containing the sensor topography.

Notes

New in version 0.12.0.