Create layout arranging nodes on a circle.
list
of str
Node names.
list
of str
List with node names defining the order in which the nodes are arranged. Must have the elements as node_names but the order can be different. The nodes are arranged clockwise starting at “start_pos” degrees.
float
Angle in degrees that defines where the first node is plotted.
If True, the layout starts with the position between the nodes. This is the same as adding “180. / len(node_names)” to start_pos.
None
| array-likeList of of boundaries between groups at which point a “group_sep” will be inserted. E.g. “[0, len(node_names) / 2]” will create two groups.
float
Group separation angle in degrees. See “group_boundaries”.
array
, shape=(n_node_names,)Node angles in degrees.
mne.viz.circular_layout
#Visualize source leakage among labels using a circular graph