mne.viz.Figure3D#
- class mne.viz.Figure3D[source]#
 Class that refers to a 3D figure.
Note
This class should not be instantiated directly via
mne.viz.Figure3D(...). Instead, usemne.viz.create_3d_figure().- Attributes:
 plotterThe native 3D plotting widget.
See also
- property plotter#
 The native 3D plotting widget.
- Returns:
 - plotterinstance of 
pyvista.Plotter The plotter. Useful for interacting with the native 3D library.
- plotterinstance of