# Examples from pyvista.plotting.themes.ParaViewTheme
# ===================================================

# Make the paraview-like theme the global default.
import pyvista as pv
from pyvista import themes
pv.set_plot_theme(themes.ParaViewTheme())

# Alternatively, set via a string.
pv.set_plot_theme('paraview')

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

