pyvista.Plotter.increment_point_size_and_line_width#

Plotter.increment_point_size_and_line_width(increment)[source]#

Increment point size and line width of all actors.

For every actor in the scene, increment both its point size and line width by the given value.

Parameters:
incrementfloat

Amount to increment point size and line width.