# Examples from pyvista.Plotter.disable_shadows
# =============================================

import pyvista as pv
pl = pv.Plotter()
pl.disable_shadows()

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

