Plotter.enable_parallel_projection#
- Plotter.enable_parallel_projection() None[source]#
Enable parallel projection.
The camera will have a parallel projection. Parallel projection is often useful when viewing images or 2D datasets.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import demos
>>> pl = pv.demos.orientation_plotter()
>>> pl.enable_parallel_projection()
>>> pl.show()
See Also#
Used In#
Docstring Examples
Camera.enable_parallel_projection(1 use)Plotter.add_ruler(1 use)Renderer.add_ruler(1 use)Renderer.enable_parallel_projection(1 use)download_victorian_goblet_face_illusion(1 use)
Gallery Examples