API Reference
Disable the use of perspective projection.
This is default behavior.
Examples
>>> import pyvista >>> from pyvista import demos >>> pl = pyvista.demos.orientation_plotter() >>> pl.disable_parallel_projection() >>> pl.show()