Skip to content

Instantly share code, notes, and snippets.

@sburns
Created May 17, 2011 15:15
Show Gist options
  • Save sburns/976661 to your computer and use it in GitHub Desktop.
Save sburns/976661 to your computer and use it in GitHub Desktop.
PySurfer/Mayavi viewing strangeness
from surfer import Brain
brain = Brain('fsaverage', 'lh', 'inflated')
#normal lateral view
brain.show_view('l')
#normal dorsal view
brain.show_view('d')
#moving from lateral to dorsal is bad
brain.animate(['l', 'd'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment