# Examples from pyvista.Camera.to_paraview_pvcc
# =============================================

import pyvista as pv
pl = pv.Plotter()
pl.camera.to_paraview_pvcc('camera.pvcc')

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

