API Reference
Return or set the position of the camera in world coordinates.
Examples
>>> import pyvista >>> pl = pyvista.Plotter() >>> pl.camera.position (1.0, 1.0, 1.0) >>> pl.camera.position = (2.0, 1.0, 1.0) >>> pl.camera.position (2.0, 1.0, 1.0)