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

# Set the default colorbar width to 0.45.
import pyvista as pv
pv.global_theme.colorbar_vertical.width = 0.45

# Set the default colorbar height to 0.8.
import pyvista as pv
pv.global_theme.colorbar_vertical.height = 0.8

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

