# Examples from pyvista.Plotter.disable_camera_distortion
# =======================================================

import pyvista as pv
pl = pv.Plotter()
pl.enable_camera_distortion((0.4, 0.15, 0.0, 0.0))
pl.disable_camera_distortion()

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