<div dir="ltr"><div>I have some particles moving around in 3d space, and I want to draw labels next to them that can display arbitrary data. The behavior in this example seems like what I need:</div><div><br></div><div><a href="https://github.com/Kitware/VTK/blob/master/Examples/Annotation/Python/labeledMesh.py">https://github.com/Kitware/VTK/blob/master/Examples/Annotation/Python/labeledMesh.py</a></div><div><br></div><div>I tried having a look at vtkLabeledDataMapper, but I don't see any way to tell it what to display. It just seems to automatically display... coordinates? Or "field data", whatever that is? In any case I couldn't see any way to just directly assign strings to point IDs or something like that. Is this not the right class for the job? How can I get the behavior I'm looking for?<br></div></div>