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

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

# SEE ALSO:
#     Explicit Structured Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#explicit-structured-dataset
#     See this dataset in the Dataset Gallery for more info.

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

