mne.viz.plot_montage

mne.viz.plot_montage(montage, scale_factor=20, show_names=False, show=True)[source]

Plot a montage.

Parameters:

montage : instance of Montage

The montage to visualize.

scale_factor : float

Determines the size of the points. Defaults to 20.

show_names : bool

Whether to show the channel names. Defaults to False.

show : bool

Show figure if True.

Returns:

fig : Instance of matplotlib.figure.Figure

The figure object.