pyvista.plotting.themes.Theme.outline_color#

property Theme.outline_color: Color[source]#

Return or set the default outline color.

Examples

>>> import pyvista as pv
>>> pv.global_theme.outline_color = 'white'