eelbrain.plot.brain.SequencePlotter.add_ndvar_label¶
-
SequencePlotter.
add_ndvar_label
(ndvar, color=(1, 0, 0), borders=False, name=None, alpha=None, lighting=False, overlay=False, index=None, label=None)¶ Add a boolean label to the brain plot
- Parameters
.. – See
add_ndvar_label()
overlay (
bool
) – Plot the label over all plots in the sequence.index (
Optional
[int
]) – When adding separate frames (rows/columns), explicitly specify the frame index (the default is to add a frame at the end; use -1 to add an overlay to the most recent frame).label (
Optional
[str
]) – Label when adding multiple separate NDVars. Labels for bins when addingndvar
with multiple bins.