pyvista.Renderer.axes_enabled# property Renderer.axes_enabled[source]# Return True when the axes widget is enabled. Returns: boolReturn True when the axes widget is enabled. See also show_axesShow the axes orientation widget. hide_axesHide the axes orientation widget. Examples >>> import pyvista as pv >>> pl = pv.Plotter() >>> pl.hide_axes() >>> pl.renderer.axes_enabled False