# Examples from pyvista.Camera.distance
# =====================================

import pyvista as pv
pl = pv.Plotter()
pl.camera.distance
pl.camera.distance = 2.0
pl.camera.distance

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

