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

# Set the default global colormap to 'jet'.
import pyvista as pv
pv.global_theme.cmap = 'jet'

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

