# Examples from pyvista.Plotter.disable_parallel_projection
# =========================================================

import pyvista as pv
from pyvista import demos
pl = pv.demos.orientation_plotter()
pl.disable_parallel_projection()
pl.show()

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

