eelbrain.plot.SensorMap3d
- class eelbrain.plot.SensorMap3d(sensors, labels='none', connectivity=False, **kwargs)
Plot sensor positions in 3 dimensions
- Parameters:
sensors (Sensor | NDVar) – The
Sensor
dimension, or anNDVar
with a sensor dimension.labels (Literal['none', 'index', 'name', 'fullname']) – Content of the labels. For ‘name’, any prefix common to all names is removed; with ‘fullname’, the full name is shown.
connectivity (bool) – Show sensor connectivity (default False).
... – Also accepts General layout parameters.
Methods
|
Draw a horizontal line on one or more axes |
|
Draw a horizontal bar on one or more axes |
|
Draw a vertical line on one or more axes |
|
Draw a vertical bar on one or more axes |
|
Close the figure. |
|
(Re-)draw the figure (after making manual changes). |
|
Draw crosshairs under the cursor |
|
Draw the outline of the figure |
|
Create FMTXT Image from the figure |
|
Short-cut for Matplotlib's |
|
Set the figure window title |
|
Set the label for the x-axis |
|
Rotate every x-axis tick-label by an angle (counterclockwise, in degrees) |
|
Set the label for the y-axis |