mne.viz.use_3d_backend#
- mne.viz.use_3d_backend(backend_name)[source]#
Create a 3d visualization context using the designated backend.
See
mne.viz.set_3d_backend()
for more details on the available 3d backends and their capabilities.- Parameters:
- backend_name{‘pyvistaqt’, ‘notebook’}
The 3d backend to use in the context.