pyvista.Renderer.hide_axes# Renderer.hide_axes()[source]# Hide the axes orientation widget. Examples >>> import pyvista as pv >>> pl = pv.Plotter() >>> pl.hide_axes()