pyvista.demos.demos.orientation_plotter#
- orientation_plotter()[source]#
- Return a plotter containing the orientation cube. - Returns:
- pyvista.Plotter
- Orientation cube plotter. 
 
 - Examples - >>> from pyvista import demos >>> plotter = demos.orientation_plotter() >>> plotter.show() 