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

# Show the scalar bar by default when scalars are available.
import pyvista as pv
pv.global_theme.show_scalar_bar = True

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

