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

# Make all plots non-interactive globally.
import pyvista as pv
pv.global_theme.interactive = False

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

