mne.viz.set_3d_view#

mne.viz.set_3d_view(figure, azimuth=None, elevation=None, focalpoint=None, distance=None, roll=None, *, reset_camera=None)[source]#

Configure the view of the given scene.

Parameters:
figureobject

The scene which is modified.

azimuthfloat

The azimuthal angle of the camera rendering the view in degrees.

elevationfloat

The The zenith angle of the camera rendering the view in degrees.

focalpointtuple, shape (3,) | str | None

The focal point of the camera rendering the view: (x, y, z) in plot units (either m or mm). When "auto", it is set to the center of mass of the visible bounds.

distancefloat | “auto” | None

The distance from the camera rendering the view to the focalpoint in plot units (either m or mm). If “auto”, the bounds of visible objects will be used to set a reasonable distance.

Changed in version 1.6: None will no longer change the distance, use "auto" instead.

rollfloat | None

The roll of the camera rendering the view in degrees.

reset_camerabool

Deprecated, use distance="auto" instead.

Examples using mne.viz.set_3d_view#

Working with sensor locations

Working with sensor locations

Source alignment and coordinate frames

Source alignment and coordinate frames

Using an automated approach to coregistration

Using an automated approach to coregistration

Head model and forward computation

Head model and forward computation

EEG forward operator with a template MRI

EEG forward operator with a template MRI

How MNE uses FreeSurfer’s outputs

How MNE uses FreeSurfer's outputs

The role of dipole orientations in distributed source localization

The role of dipole orientations in distributed source localization

Brainstorm Elekta phantom dataset tutorial

Brainstorm Elekta phantom dataset tutorial

KIT phantom dataset tutorial

KIT phantom dataset tutorial

Working with ECoG data

Working with ECoG data

Annotate movement artifacts and reestimate dev_head_t

Annotate movement artifacts and reestimate dev_head_t

How to convert 3D electrode positions to a 2D image

How to convert 3D electrode positions to a 2D image

Plotting EEG sensors on the scalp

Plotting EEG sensors on the scalp

Plot the MNE brain and helmet

Plot the MNE brain and helmet

Plotting sensor layouts of EEG systems

Plotting sensor layouts of EEG systems

Compute source power spectral density (PSD) of VectorView and OPM data

Compute source power spectral density (PSD) of VectorView and OPM data

Generate a left cerebellum volume source space

Generate a left cerebellum volume source space

Reading an inverse operator

Reading an inverse operator

Kernel OPM phantom data

Kernel OPM phantom data

Optically pumped magnetometer (OPM) data

Optically pumped magnetometer (OPM) data