nipy / PySurfer

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

add name to display #249

Closed EhsanTadayon closed 5 years ago

EhsanTadayon commented 5 years ago

Hi,

I'm using add_foci to display several points on the brain surface. Is there any way to show text for each foci as well? I appreciate your help

best Ehsan.

mwaskom commented 5 years ago

I don't think any PySurfer functions will do it but you can add text to figures using mayavi directly with mlab.text3d.

EhsanTadayon commented 5 years ago

Awesome. Got it to work 👍 thanks