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

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

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