Renderer.hide_axes#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.hide_axes()
See Also#
show_axesShow the axes orientation widget.
axes_enabledCheck if the axes orientation widget is enabled.