pyvista.Plotter.hide_axes#

Plotter.hide_axes()[source]#

Hide the axes orientation widget.

Examples

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