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

# Set the colorbar width.
import pyvista as pv
pv.global_theme.colorbar_horizontal.width = 0.2

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

