# Examples from pyvista.Plotter.clear
# ===================================

import pyvista as pv
pl = pv.Plotter()
actor = pl.add_mesh(pv.Sphere())
pl.clear()
pl.renderer.actors

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

