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

# Set global trame view parameters.
import pyvista as pv
pv.global_theme.trame.interactive_ratio = 2
pv.global_theme.trame.still_ratio = 2

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

