Plotter.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.
Used In#
Docstring Examples
Renderer.axes_enabled(1 use)Renderer.hide_axes(1 use)