Theme.edge_color

Theme.edge_color#

property Theme.edge_color: Color[source]#

Return or set the default edge color.

Examples#

Download Python source code | Download Jupyter notebook

Set the global edge color to ‘blue’.

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