Plotter.clear#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> actor = pl.add_mesh(pv.Sphere())
>>> pl.clear()
>>> pl.renderer.actors
{}
Used In#
Docstring Examples
download_dual_sphere_animation(1 use)download_single_sphere_animation(1 use)
Gallery Examples