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

# Show vertices globally by default.
import pyvista as pv
pv.global_theme.show_vertices = True

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

