# Examples from pyvista.Light.switch_off
# ======================================

# Create a light and switch it off.
import pyvista as pv
light = pv.Light()
light.switch_off()

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

