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

import pyvista as pv
pv.global_theme.lighting_params.interpolation = 'Phong'
pv.global_theme.lighting_params.interpolation

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

