# Examples from pyvista.Plotter.remove_bounding_box
# =================================================

import pyvista as pv
pl = pv.Plotter()
_ = pl.add_bounding_box()
pl.remove_bounding_box()

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

