Theme.border_width#
- property Theme.border_width: float[source]#
Return or set the default border/subplot seam width in pixels.
Used when a
Plotteris constructed withborder=Trueorsubplot_seams=Trueand no explicitborder_widthis provided.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.border_width = 2.0