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

# Show edges globally by default.
import pyvista as pv
pv.global_theme.show_edges = True

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

