eelbrain.plot.brain.annot_legend
- eelbrain.plot.brain.annot_legend(lh, rh, *args, **kwargs)
Plot a legend for a freesurfer parcellation
- Parameters
- Returns
legend – Figure with legend for the parcellation.
- Return type
Notes
Instead of
annot_legend()
it is usually easier to use:>>> brain = plot.brain.annoot(annot, ...) >>> legend = brain.plot_legend()
See also
eelbrain.plot.brain.annot
plot the parcellation on a brain model