# Examples from pyvista.plotting.themes._CameraConfig
# ===================================================

# Set global camera parameters.
import pyvista as pv
pv.global_theme.camera.position = [1.0, 1.0, 1.0]
pv.global_theme.camera.viewup = [0.0, 0.0, 1.0]

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

