pyvista.Plotter.actors

Contents

pyvista.Plotter.actors#

property Plotter.actors: dict[str, vtkProp][source]#

Return the actors of the active 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.

Returns:
dict

Dictionary of active actors.