# Examples from pyvista.plotting.themes.Theme.return_cpos
# =======================================================

# Disable returning camera position by `show` and `plot` methods.
import pyvista as pv
pv.global_theme.return_cpos = False

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

