mne.viz.plot_channel_labels_circle

mne.viz.plot_channel_labels_circle(labels, colors=None, picks=None, **kwargs)[source]

Plot labels for each channel in a circle plot.

Note

This primarily makes sense for sEEG channels where each channel can be assigned an anatomical label as the electrode passes through various brain areas.

Parameters
labelsdict

Lists of labels (values) associated with each channel (keys).

colorsdict

The color (value) for each label (key).

pickslist | tuple

The channels to consider.

**kwargskwargs

Keyword arguments for plot_connectivity_circle.

Returns
figinstance of matplotlib.figure.Figure

The figure handle.

axesinstance of matplotlib.projections.polar.PolarAxes

The subplot handle.

Examples using mne.viz.plot_channel_labels_circle