# Examples from pyvista.examples.downloads.download_structured_grid_two
# =====================================================================

from pyvista import examples
dataset = examples.download_structured_grid_two()
dataset.plot(show_edges=True)

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

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

