eelbrain.plot._brain_object.Brain.remove_labels

Brain.remove_labels(labels=None, mask=False)

Remove labels shown with Brain.add_ndvar_label

Parameters
  • labels (Optional[Sequence[str]]) – Labels to remove.

  • mask (bool) – Also remove the mask (labels with names starting with mask-).