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

# Set title globally to 'plot'.
import pyvista as pv
pv.global_theme.title = 'plot'

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

