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: incrementfloatAmount to increment point size and line width.