edge_color#
- property ParaViewTheme.edge_color: pyvista.plotting.colors.Color#
Return or set the default edge color.
Examples
Set the global edge color to ‘blue’.
>>> import pyvista >>> pyvista.global_theme.edge_color = 'blue'
Return or set the default edge color.
Examples
Set the global edge color to ‘blue’.
>>> import pyvista
>>> pyvista.global_theme.edge_color = 'blue'