mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.7k stars 1.31k forks source link

ENH: Add volumetric rendering to _Brain #7648

Closed larsoner closed 4 years ago

larsoner commented 4 years ago

It would be nice to make MixedSourceEstimates and VolSourceEstimates plottable with _Brain instead of just surfaces.

Random ideas:

Alternatively we could go with isocontours, but seems harder to control/configure

agramfort commented 4 years ago

nerdsniping on the way...

GuillaumeFavelier commented 4 years ago

Another useful source?

https://docs.pyvista.org/examples/02-plot/volume.html?highlight=volume

larsoner commented 4 years ago

Yes much more useful!