Renderer.axes_enabled#
- property Renderer.axes_enabled[source]#
Return
Truewhen the axes widget is enabled.- Returns:
- bool
Return
Truewhen the axes widget is enabled.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.hide_axes()
>>> pl.renderer.axes_enabled
False