pyvista.Renderer.remove_bounding_box# Renderer.remove_bounding_box(render=True)[source]# Remove bounding box. Parameters: renderbool, default: TrueTrigger a render once the bounding box is removed. Examples >>> import pyvista as pv >>> pl = pv.Plotter() >>> _ = pl.add_bounding_box() >>> pl.remove_bounding_box()