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 as overlay over all plots in the sequence.
index (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 (str) – Label when adding multiple separate NDVars. Labels for bins when adding
ndvar
with multiple bins.ndvar (NDVar)
color (Any)
borders (int)
name (str)
alpha (float)
lighting (bool)