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
- Returns
- figinstance of matplotlib.figure.Figure
- The figure handle. 
- axesinstance of matplotlib.projections.polar.PolarAxes
- The subplot handle. 
 
- figinstance of 
 
