eeg_positions.plot_coords

eeg_positions.plot_coords(coords, scatter_kwargs={}, text_kwargs={})[source]

Plot standard EEG electrode coordinates.

Parameters:
coordspandas.DataFrame

The standard EEG electrode coordinates as computed on a sphere. A pandas DataFrame object with the columns "label", "x", "y", and optionally "z".

scatter_kwargsdict

Optional keyword arguments to be passed to the matplotlib.axes.Axes.scatter() or its 3D variant, depending on the dimensions of coords.

text_kwargsdict

Optional keyword arguments to be passed to the matplotlib.axes.Axes.text().

Returns:
figmatplotlib.figure.Figure

The Figure object.

axmatplotlib.axes.Axes

The Axes object.

Examples using eeg_positions.plot_coords

Get specific electrodes and use aliases

Get specific electrodes and use aliases

Plot electrode positions

Plot electrode positions