orientation_plotter#
- orientation_plotter()[source]#
Return a plotter containing the orientation cube.
- Returns:
pyvista.PlotterOrientation cube plotter.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import demos
>>> pl = demos.orientation_plotter()
>>> pl.show()