mne-tools / mne-gsoc2018-3d

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

Prototype of the ipyvolume-based back-end for MNE #23

Open OlehKSS opened 6 years ago

OlehKSS commented 6 years ago

Create a prototype for quick creation of interactive 3D plots and integrate it to the MNE-Python project. Presumably, it should be like stc.plot(..., backend='ipyvolume').

It should be based on the code introduced in #21.

Example on how it can be done: https://github.com/mne-tools/mne-python/blob/maint/0.16/mne/viz/_3d.py#L1631

OlehKSS commented 6 years ago

Should base on #29.