pyvista.Renderer.hide_axes#

Renderer.hide_axes()[source]#

Hide the axes orientation widget.

See also

show_axes

Show the axes orientation widget.

axes_enabled

Check if the axes orientation widget is enabled.

Examples

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