pyvista.Plotter.disable_parallel_projection# Plotter.disable_parallel_projection()[source]# Reset the camera to use perspective projection. Examples >>> import pyvista as pv >>> from pyvista import demos >>> pl = pv.demos.orientation_plotter() >>> pl.disable_parallel_projection() >>> pl.show() Static Scene Interactive Scene