nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

ENH Brain.add_label(): use the label.hemi and label.color attributes #92

Closed christianbrodbeck closed 10 years ago

christianbrodbeck commented 10 years ago

When plotting Label instance, use the label.hemi attribute

christianbrodbeck commented 10 years ago

I took the opportunity to also use the new mne-python label.color attribute (https://github.com/mne-tools/mne-python/pull/1111)

agramfort commented 10 years ago

besides my nitpick LGTM

christianbrodbeck commented 10 years ago

Updated the DOC as suggested by @agramfort

agramfort commented 10 years ago

thx