API Reference
Rotate the camera about the direction of projection.
This will spin the camera about its axis.
Examples
>>> import pyvista >>> pl = pyvista.Plotter() >>> pl.camera.roll -120.00000000000001 >>> pl.camera.roll = 45.0 >>> pl.camera.roll 45.0