pyvista.Renderer.add_border#

Renderer.add_border(color='white', width=2.0)[source]#

Add borders around the frame.

Parameters:
colorColorLike, default: “white”

Color of the border.

widthfloat, default: 2.0

Width of the border.

Returns:
vtk.vtkActor2D

Border actor.