Theme.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'
Used In#
Gallery 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'
Gallery Examples