eelbrain.plot.brain.SequencePlotter.add_label

SequencePlotter.add_label(mne_label, *, overlay=False, index=None, label=None, **kwargs)

Add a label to the plot.

Parameters:
  • 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.

  • ... – See add_label()

  • mne_label (Label | BiHemiLabel)