Plotter.disable_parallel_projection#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import demos
>>> pl = pv.demos.orientation_plotter()
>>> pl.disable_parallel_projection()
>>> pl.show()
Used In#
Docstring Examples
Camera.disable_parallel_projection(1 use)Camera.parallel_projection(1 use)Renderer.disable_parallel_projection(1 use)