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

from pyvista import examples
mesh = examples.download_e07733s002i009()
mesh.plot()

# SEE ALSO:
#     E07733s002i009 Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#e07733s002i009-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

