# Examples from pyvista.Plotter.enable_interactor_style
# =====================================================

# Enable a built-in interactor style by name.
import pyvista as pv
pl = pv.Plotter()
pl.enable_interactor_style('terrain_style')

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

