pyvista.Camera.azimuth#

property Camera.azimuth[source]#

Return or set the azimuth of the camera.

Rotate the camera about the view up vector centered at the focal point. Note that the view up vector is whatever was set via SetViewUp, and is not necessarily perpendicular to the direction of projection.

Examples

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.camera.azimuth
0.0
>>> pl.camera.azimuth = 45.0
>>> pl.camera.azimuth
45.0
../../../_images/pyvista-Camera-azimuth-1_00_00.png