pyvista.Plotter.show_axes#

Plotter.show_axes()[source]#

Show the axes orientation widget.

See also

add_axes

Similar method with additional options.

hide_axes

Hide the axes orientation widget.

axes_enabled

Check if the axes orientation widget is enabled.

add_axes_at_origin

Add a pyvista.AxesActor to the origin of a scene.

Examples

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.show_axes()
../../../_images/pyvista-Plotter-show_axes-1_00_00.png