eelbrain.plot.Topomap.mark_sensors

Topomap.mark_sensors(self, sensors, axis=None, s=20, c='yellow', marker='o', *args, **kwargs)

Mark given sensors on the plots

Parameters:
sensors : None | Sensor dimension index

Sensors which should be marked (None to clear all markings).

axis : int | list of int

Which axes to mark (default is all).

s : scalar | sequence of scalars

Marker size(s) in points^2 (default 20).

c : color | sequence of colors

Marker color(s) (default 'yellow').

marker : str

Marker style (default: 'o').

… :

Matplotlib scatter() parameters.