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

# Set windows to be full screen by default.
import pyvista as pv
pv.global_theme.full_screen = True

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

