# Examples from pyvista.Plotter.enable_3_lights
# =============================================

from pyvista import demos
pl = demos.orientation_plotter()
pl.enable_3_lights()
pl.show()

# Note how this varies from the default plotting.
pl = demos.orientation_plotter()
pl.show()

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

