pyvista.plotting.themes._CameraConfig.position# property _CameraConfig.position: ndarray[Any, dtype[float]] | Sequence[float] | Sequence[ndarray[Any, dtype[float]]][source]# Return or set the camera position. Examples Set camera position. >>> import pyvista as pv >>> pv.global_theme.camera.position = [1.0, 1.0, 1.0] Copy to clipboard