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

# Set multi_rendering_splitting_position globally to 0.5 (the
# middle of the window).
import pyvista as pv
pv.global_theme.multi_rendering_splitting_position = 0.5

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

