# Examples from pyvista.plotting.themes._LightingConfig.specular
# ==============================================================

# Set the global specular value to `0.1`.
import pyvista as pv
pv.global_theme.lighting_params.specular = 0.1
pv.global_theme.lighting_params.specular

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

