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.
dictLists of labels (values) associated with each channel (keys).
dictThe color (value) for each label (key).
list | tupleThe channels to consider.
Keyword arguments for
mne_connectivity.viz.plot_connectivity_circle().
matplotlib.figure.FigureThe figure handle.
matplotlib.projections.polar.PolarAxesThe subplot handle.
mne.viz.plot_channel_labels_circle#