# Examples from pyvista.plotting.themes.Theme.edge_color
# ======================================================

# Set the global edge color to 'blue'.
import pyvista as pv
pv.global_theme.edge_color = 'blue'

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

