mne.viz.Figure3D#
- class mne.viz.Figure3D[source]#
Class that refers to a 3D figure.
Note
This class is not meant to be instantiated directly, use
mne.viz.create_3d_figure()
instead.- Attributes
plotter
The native 3D plotting widget.
- property plotter#
The native 3D plotting widget.
- Returns
- plotterinstance of
pyvista.Plotter
The plotter. Useful for interacting with the native 3D library.
- plotterinstance of