# Examples from pyvista.examples.examples.load_explicit_structured
# ================================================================

from pyvista import examples
grid = examples.load_explicit_structured()
grid.plot(show_edges=True)

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