mne-tools / mne-gsoc2018-3d

Sandbox for GSoC 2018 3D Viz
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

BUG: alpha and view parameter does not appear to work #42

Open kingjr opened 5 years ago

kingjr commented 5 years ago
brain = Brain(subject_id, subjects_dir=subjects_dir,
              hemi='both', surf=surf, alpha=.1,
              size=500, views=['lateral'], background='w')

does not plot a transparent brain, neither does it orient the brain correctly