pyvista.Plotter.clear# Plotter.clear()[source]# Clear plot by removing all actors and properties. Examples >>> import pyvista >>> plotter = pyvista.Plotter() >>> actor = plotter.add_mesh(pyvista.Sphere()) >>> plotter.clear() >>> plotter.renderer.actors {}