pyvista.plotting.themes.Theme.edge_color#

property Theme.edge_color: Color[source]#

Return or set the default edge color.

Examples

Set the global edge color to ‘blue’.

>>> import pyvista as pv
>>> pv.global_theme.edge_color = 'blue'