Plotter.show_axes#
- Plotter.show_axes() None[source]#
Show the axes orientation widget.
See also
add_axesSimilar method with additional options.
hide_axesHide the axes orientation widget.
axes_enabledCheck if the axes orientation widget is enabled.
add_axes_at_originAdd a
pyvista.AxesActorto the origin of a scene.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.show_axes()