pyvista.Renderer.actors# property Renderer.actors: dict[str, vtkProp][source]# Return a dictionary of actors assigned to this renderer. Note This may include 2D actors such as Text, 3D actors such as Actor, and assemblies such as AxesAssembly. The actors may also be unwrapped VTK objects.