pyvista.Renderer.axes_enabled#

property Renderer.axes_enabled[source]#

Return True when the axes widget is enabled.

Returns:
bool

Return True when the axes widget is enabled.

See also

show_axes

Show the axes orientation widget.

hide_axes

Hide the axes orientation widget.

Examples

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