mne.viz.set_3d_view

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

Configure the view of the given scene.

Parameters
figureobject

The scene which is modified.

azimuthfloat

The azimuthal angle of the view.

elevationfloat

The zenith angle of the view.

focalpointtuple, shape (3,)

The focal point of the view: (x, y, z).

distancefloat

The distance to the focal point.

rollfloat

The view roll.

reset_camerabool

If True, reset the camera properties beforehand.

Examples using mne.viz.set_3d_view