Theme.border_width

Theme.border_width#

property Theme.border_width: float[source]#

Return or set the default border/subplot seam width in pixels.

Used when a Plotter is constructed with border=True or subplot_seams=True and no explicit border_width is provided.

Examples#

Download Python source code | Download Jupyter notebook

>>> import pyvista as pv
>>> pv.global_theme.border_width = 2.0