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

# Set the default global background of all plots to white.
import pyvista as pv
pv.global_theme.background = 'white'

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

