# Examples from pyvista.Axes
# ==========================

# Create an instance of axes at the pyvista module level.
import pyvista as pv
axes = pv.Axes()

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

