Plotter.hide_axes#
- Plotter.hide_axes() None[source]#
Hide the axes orientation widget.
See also
show_axesShow the axes orientation widget.
axes_enabledCheck if the axes orientation widget is enabled.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.hide_axes()