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.
- azimuth
float
The azimuthal angle of the view.
- elevation
float
The zenith angle of the view.
- focalpoint
tuple
, shape (3,) The focal point of the view: (x, y, z).
- distance
float
The distance to the focal point.
- roll
float
The view roll.
- reset_camerabool
If True, reset the camera properties beforehand.