Theme.border_color#
- property Theme.border_color: Color[source]#
Return or set the default border color of a plotter.
Added in version 0.49.
This is the color of the frame drawn around the outer edge of the plotting area, of the lines drawn between subplots, or both – whichever
borderis set to draw. Used whenever no explicitborder_coloris provided.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.border_color = 'white'