add_point_labels#

PrimePlotter.add_point_labels(points, labels, **kwargs)#

Add point labels to the scene.

Parameters:
pointsnumpy:array_like

Points where labels are placed.

labelslist of str

Label text for each point.

**kwargs

Additional keyword arguments passed to scene.add_point_labels().

Examples using PrimePlotter.add_point_labels#

Using PyVista for Graphics in PyPrimeMesh

Using PyVista for Graphics in PyPrimeMesh