pyvista.Plotter.remove_bounding_box#

Plotter.remove_bounding_box(render=True)[source]#

Remove bounding box.

Parameters:
renderbool, default: True

Trigger a render once the bounding box is removed.

Examples

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> _ = pl.add_bounding_box()
>>> pl.remove_bounding_box()
../../../_images/pyvista-Plotter-remove_bounding_box-1_00_00.png