# Examples from pyvista.Camera.elevation
# ======================================

import pyvista as pv
pl = pv.Plotter()
pl.camera.elevation
pl.camera.elevation = 45.0
pl.camera.elevation

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

