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

# Set window size to `[400, 400]`.
import pyvista as pv
pv.global_theme.window_size = [400, 400]

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

