eelbrain.plot.TopomapBins.mark_sensors
- TopomapBins.mark_sensors(sensors, axis=None, **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).
size (scalar | sequence of scalars) – Marker size(s) in points^2 (default 20).
color (color | sequence of colors) – Marker color(s) (default
'yellow'
).marker (str) – Marker style (default:
'o'
).... – Matplotlib
scatter()
parameters.