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

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

# SEE ALSO:
#     Unstructured Grid Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#unstructured-grid-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

